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)
Sun, Apr 21, 7:51 PM
Unknown Object (File)
Tue, Apr 9, 7:47 PM
Unknown Object (File)
Mar 7 2024, 11:44 PM
Unknown Object (File)
Feb 11 2024, 7:07 AM
Unknown Object (File)
Jan 27 2024, 7:48 AM
Unknown Object (File)
Jan 27 2024, 7:47 AM
Unknown Object (File)
Jan 27 2024, 7:47 AM
Unknown Object (File)
Jan 27 2024, 7:47 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 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.