Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/sound/fdt/audio_soc.c | ||
---|---|---|
28 | .clang-format has include file ordering rules, and puts "opt_*.h" first. style(9) does not mention opt_*.h at all | |
190 | Undesired extra space fixed by D29870 | |
276–277 | this is unfortunate | |
377–379 | this is a mess | |
398–399 | extra 2nd level indent | |
sys/dev/sound/pci/allegro_code.h | ||
1403 | apparently clang-format uses a trailing comma as an indicator that array initialization should be done one-per-line |