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
F102931290: D24602.diff
Mon, Nov 18, 9:51 PM
Unknown Object (File)
Oct 19 2024, 5:17 AM
Unknown Object (File)
Oct 5 2024, 8:42 PM
Unknown Object (File)
Oct 5 2024, 7:09 AM
Unknown Object (File)
Oct 4 2024, 10:30 AM
Unknown Object (File)
Sep 20 2024, 1:28 PM
Unknown Object (File)
Sep 8 2024, 3:30 PM
Unknown Object (File)
Aug 31 2024, 12:05 AM

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