Page MenuHomeFreeBSD

mroute: partially sanitize the file
ClosedPublic

Authored by mjg on Feb 17 2023, 11:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 2, 4:54 PM
Unknown Object (File)
Sun, Sep 1, 11:22 PM
Unknown Object (File)
Sun, Sep 1, 8:40 AM
Unknown Object (File)
Tue, Aug 13, 6:59 PM
Unknown Object (File)
Jan 12 2024, 11:35 PM
Unknown Object (File)
Jan 9 2024, 5:36 AM
Unknown Object (File)
Dec 23 2023, 12:09 PM
Unknown Object (File)
Nov 22 2023, 6:29 PM

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 Not Applicable
Unit
Tests Not Applicable

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.