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
F163196749: D24602.id71091.diff
Mon, Jul 20, 11:23 PM
F163155499: D24602.id.diff
Mon, Jul 20, 2:28 PM
Unknown Object (File)
Mon, Jul 20, 6:11 AM
Unknown Object (File)
Sat, Jul 11, 12:04 PM
Unknown Object (File)
Sun, Jul 5, 6:43 PM
Unknown Object (File)
Wed, Jul 1, 5:33 AM
Unknown Object (File)
Mon, Jun 29, 7:20 AM
Unknown Object (File)
Sun, Jun 28, 11:12 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