Page MenuHomeFreeBSD

stand: Make sure nobody has a NULL pointer for dv_cleanup
ClosedPublic

Authored by imp on Jul 25 2022, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 12:26 AM
Unknown Object (File)
Fri, Oct 10, 5:54 PM
Unknown Object (File)
Fri, Oct 10, 5:54 PM
Unknown Object (File)
Fri, Oct 10, 12:57 PM
Unknown Object (File)
Sun, Oct 5, 12:57 AM
Unknown Object (File)
Fri, Oct 3, 3:30 AM
Unknown Object (File)
Tue, Sep 23, 11:16 AM
Unknown Object (File)
Sun, Sep 21, 2:06 PM

Details

Summary

dv_cleanup is specified almost everywhere. Use nullsys instead of NULL
to indicate 'do nothing'. Also, be consistent in trailing commas that
were missing before.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable