]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: kernel: proc: fix trivial style errors
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Thu, 14 Oct 2021 05:40:16 +0000 (22:40 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 24 Oct 2021 15:20:39 +0000 (17:20 +0200)
commit5b1572094f1431db43ac34dd72ac2bc6cf42cdb9
treeea48b56153a4112410269d8ef28c15377c1dcb16
parentca7819507d9cbf3e74f361c54dd55cd3c66efd2a
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>
arch/mips/kernel/proc.c