]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b7f3fa3fad8ad4b4b664aee79b0aa11d1ddb292
treea448b09e170db59be7d40ffd7a44a7b31292d125
parent8a5b7af4c22ad9dea0d5ad7d819791a498dead02
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