Page MenuHomeFreeBSD

style: Use static consistently
ClosedPublic

Authored by imp on May 28 2025, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 7, 3:09 AM
Unknown Object (File)
Sat, Jul 5, 9:06 PM
Unknown Object (File)
Sat, Jul 5, 1:00 PM
Unknown Object (File)
Sat, Jun 28, 5:40 AM
Unknown Object (File)
Wed, Jun 25, 8:21 AM
Unknown Object (File)
Mon, Jun 23, 2:34 AM
Unknown Object (File)
Sun, Jun 22, 7:31 AM
Unknown Object (File)
Sun, Jun 22, 6:26 AM
Subscribers

Details

Summary

C doesn't require that we have static on both the declaration and
definition of a function. But stylistically, FreeBSD does. Make that
so. Also make a function static that wasn't because, it seems, that
static and struct look a lot alike in a column of text.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.May 28 2025, 9:49 PM
This revision is now accepted and ready to land.May 29 2025, 12:57 PM
This revision now requires review to proceed.May 29 2025, 6:18 PM
This revision is now accepted and ready to land.May 30 2025, 6:49 AM
This revision was automatically updated to reflect the committed changes.