MIPS: kernel: proc: use seq_puts instead of seq_printf
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Thu, 14 Oct 2021 05:40:17 +0000 (22:40 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 24 Oct 2021 15:20:39 +0000 (17:20 +0200)
commit1ad964ae1a91501d259fa2df403d9e983c8b61e0
treea448b09e170db59be7d40ffd7a44a7b31292d125
parent01fde9a0e497c70faaa6be4dd42f666fcd3004c8
MIPS: kernel: proc: use seq_puts instead of seq_printf

Fix checkpatch WARNING: Prefer seq_puts to seq_printf

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/proc.c