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)
commit01fde9a0e497c70faaa6be4dd42f666fcd3004c8
treeea48b56153a4112410269d8ef28c15377c1dcb16
parenta923a2676e60683aee46aa4b93c30aff240ac20d
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