CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/03 10:01:46
Modified files:
sys/kern : kern_timeout.c
Log message:
kern_timeout.c: style(9), misc. cleanup
- Move mutex to top of file, annotate locking for module
- Group module-local prototypes below globals but above function defs
- __inline -> inline
- No static without inline
- Drop extra parentheses around return values
Compiler input from visa@.
ok visa@
