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, Aug 12, 10:43 PM
Unknown Object (File)
Wed, Aug 12, 6:30 AM
Unknown Object (File)
Tue, Aug 11, 10:46 PM
Unknown Object (File)
Mon, Aug 10, 3:47 AM
Unknown Object (File)
Sun, Aug 9, 5:58 PM
Unknown Object (File)
Sun, Aug 9, 5:48 PM
Unknown Object (File)
Sun, Aug 9, 5:47 PM
Unknown Object (File)
Sun, Aug 9, 4:57 PM
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 36464
Build 33353: 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.