Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 68764 Build 65647: arc lint + arc unit
Event Timeline
| sys/dev/sound/midi/midi.c | ||
|---|---|---|
| 35 | style(9) calls for sys/types.h first Kernel include files (sys/*.h) come first. If either <sys/types.h> or <sys/param.h> is needed, include it before other include files. (<sys/param.h> includes <sys/types.h>; do not include both.) Next, include <sys/systm.h>, if needed. The remaining kernel headers should be sorted alphabetically. | |
| sys/dev/sound/midi/midi.h | ||
| 32 | Do we not want this for uint8_t? | |