Page MenuHomeFreeBSD

Adjust line length in tcp_prr_partialack
ClosedPublic

Authored by rscheff on Jan 25 2021, 11:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 6:54 AM
Unknown Object (File)
Tue, Oct 14, 10:22 PM
Unknown Object (File)
Tue, Oct 14, 1:14 PM
Unknown Object (File)
Tue, Oct 14, 1:14 PM
Unknown Object (File)
Tue, Oct 14, 1:14 PM
Unknown Object (File)
Mon, Oct 13, 11:24 PM
Unknown Object (File)
Sun, Oct 12, 3:15 AM
Unknown Object (File)
Sat, Oct 11, 11:07 AM
Subscribers

Details

Summary

Wrap lines before column 80 in new prr code checked in recently.

No functional changes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36463
Build 33352: arc lint + arc unit

Event Timeline

sys/netinet/tcp_input.c
3953

Why not have the / operator at the end of the line before instead at the beginning of this line. That pattern is used in the lines below for the - operator.

This revision is now accepted and ready to land.Jan 25 2021, 1:25 PM
This revision was automatically updated to reflect the committed changes.