HomeFreeBSD

IfAPI: Style cleanup

Description

IfAPI: Style cleanup

Summary:
Clean up style issues from IfAPI additions.

Casts to (struct ifnet *) made sense when if_t was a void *, but
since it's a struct ifnet * it no longer makes sense. Fix whitespace
errors, among others.

Reviewed by: kib, glebius
Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D38499

Details

Provenance
jhibbitsAuthored on Feb 10 2023, 9:33 PM
Reviewer
kib
Differential Revision
D38499: IfAPI: Style cleanup
Parents
rGa3a76c3d9031: IfAPI: Add capabilities2/capenable2 accessors
Branches
Unknown
Tags
Unknown