Page MenuHomeFreeBSD

Remove erroneous spacing in SCTP_ABORT_ASSOCIATION case statement comment in send_reject6()
ClosedPublic

Authored by nc on Apr 28 2020, 2:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 15 2024, 3:41 AM
Unknown Object (File)
Dec 20 2023, 7:36 AM
Unknown Object (File)
Nov 27 2023, 4:12 PM
Unknown Object (File)
Nov 23 2023, 10:31 AM
Unknown Object (File)
Nov 23 2023, 10:14 AM
Unknown Object (File)
Nov 23 2023, 10:14 AM
Unknown Object (File)
Nov 22 2023, 8:53 AM
Unknown Object (File)
Oct 29 2023, 11:43 PM

Details

Summary

Remove erroneous spacing in SCTP_ABORT_ASSOCIATION case statement comment in send_reject6(). This ensures consistency with send_reject().

While we're here, fix the grammar in both SCTP_ABORT_ASSOCIATION case comments.

Submitted by: Neel Chauhan <neel AT neelc DOT org>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

nc requested review of this revision.Apr 28 2020, 2:57 AM

I put is in the way it is now. I agree, this is not consistent with the rest of the file.

This revision is now accepted and ready to land.May 1 2020, 7:01 PM
sys/netpfil/ipfw/ip_fw2.c
940 ↗(On Diff #71091)

don't -> do not, and.. do not do what??? This is not a valid sentence, subject of verb do is missing.

sys/netpfil/ipfw/ip_fw2.c
940 ↗(On Diff #71091)

it should read "but do not do that to avoid attacks". And I guess the same text appears twice in this file. So please fix it twice.

nc edited the summary of this revision. (Show Details)

Thanks for the suggestions. I have made the requested changes here.

This revision now requires review to proceed.May 2 2020, 4:49 PM
nc marked 2 inline comments as done.May 2 2020, 4:50 PM
This revision is now accepted and ready to land.May 2 2020, 5:36 PM