Page MenuHomeFreeBSD

mroute: partially sanitize the file
ClosedPublic

Authored by mjg on Feb 17 2023, 11:48 AM.
Tags
None
Referenced Files
F101850174: D38652.diff
Mon, Nov 4, 4:27 PM
Unknown Object (File)
Wed, Oct 9, 12:05 PM
Unknown Object (File)
Sep 30 2024, 1:38 PM
Unknown Object (File)
Sep 26 2024, 11:38 PM
Unknown Object (File)
Sep 25 2024, 10:44 PM
Unknown Object (File)
Sep 24 2024, 11:41 PM
Unknown Object (File)
Sep 22 2024, 5:46 AM
Unknown Object (File)
Sep 21 2024, 7:34 AM

Details

Reviewers
None
Group Reviewers
network
Commits
rG3a01a97d23a2: mroute: partially sanitize the file
Summary
There is rampant inconsitent formatting all around, make it mostly
style(9)-conformant.

While here:
- drop malloc casts
- rename a rw lock from mroute_mtx to mroute_lock
- replace NOTREACHED comment with __assert_unreachable

there are some bugs i'm going to need to fix some time later in that file, sounds like a good time to get the above out of the way

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mjg requested review of this revision.Feb 17 2023, 11:48 AM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 23 2023, 1:39 PM
This revision was automatically updated to reflect the committed changes.