Details
Details
Diff Detail
Diff Detail
- Repository
 - rG FreeBSD src repository
 - Lint
 Lint Skipped - Unit
 Tests Skipped 
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.  | |