Page MenuHomeFreeBSD

style: Use static consistently
ClosedPublic

Authored by imp on May 28 2025, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 20, 2:32 PM
Unknown Object (File)
Fri, May 15, 2:47 PM
Unknown Object (File)
Fri, May 15, 8:50 AM
Unknown Object (File)
Fri, May 15, 2:23 AM
Unknown Object (File)
Thu, May 14, 8:23 PM
Unknown Object (File)
Tue, May 12, 2:15 AM
Unknown Object (File)
Mon, Apr 27, 9:52 PM
Unknown Object (File)
Sun, Apr 26, 10:02 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 64537
Build 61421: arc lint + arc unit

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.