Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sbin/kldstat/kldstat.c | ||
---|---|---|
32 | I think these headers where correctly sorted. Can you explain your changes a bit more? |
sbin/kldstat/kldstat.c | ||
---|---|---|
32 | According to style(9), <sys/*.h> headers have to come first. |
sbin/kldstat/kldstat.c | ||
---|---|---|
63 | I think multi-line statements should have {}'s around them. Here you've omitted them. |
sbin/kldstat/kldstat.c | ||
---|---|---|
63 | Fixed. |