diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-10-13 22:40:16 -0700 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-10-24 17:20:39 +0200 |
commit | 01fde9a0e497c70faaa6be4dd42f666fcd3004c8 (patch) | |
tree | ea48b56153a4112410269d8ef28c15377c1dcb16 /.clang-format | |
parent | a923a2676e60683aee46aa4b93c30aff240ac20d (diff) | |
download | linux-01fde9a0e497c70faaa6be4dd42f666fcd3004c8.tar.bz2 |
MIPS: kernel: proc: fix trivial style errors
Fix the following checkpatch errors - no logic changes:
WARNING: Block comments use a trailing */ on a separate line
+ * */
ERROR: space prohibited before open square bracket '['
+ char fmt [64];
ERROR: space prohibited before that ',' (ctx:WxE)
+ seq_printf(m, "%s0x%04x", i ? ", " : "" ,
ERROR: trailing whitespace
+^Iseq_printf(m, "isa\t\t\t:"); $
ERROR: trailing statements should be on next line
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions