HomeFreeBSD

style: Use static consistently

Description

style: Use static consistently

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
Reviewed by: tsoome, jhibbits
Differential Revision: https://reviews.freebsd.org/D50588

Details

Provenance
impAuthored on May 30 2025, 2:14 PM
Reviewer
tsoome
Differential Revision
D50588: style: Use static consistently
Parents
rG6aea7b224a34: stand: Retire arch_loadaddr using md_align, pending its replacement
Branches
Unknown
Tags
Unknown