]> www.infradead.org Git - users/jedix/linux-maple.git/commit
locking/lockdep: Simplify character output in seq_line()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 15 Jul 2024 08:42:17 +0000 (10:42 +0200)
committerBoqun Feng <boqun.feng@gmail.com>
Tue, 6 Aug 2024 17:46:43 +0000 (10:46 -0700)
commit39dea484e2bb9066abbc01e2c5e03b6917b0b775
tree6e854cd48e30e8e5c7bce5de2650e636e3614575
parenta6f88ac32c6e63e69c595bfae220d8641704c9b7
locking/lockdep: Simplify character output in seq_line()

Single characters should be put into a sequence.
Thus use the corresponding function “seq_putc” for one selected call.

This issue was transformed by using the Coccinelle software.

Suggested-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr>
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lore.kernel.org/r/e346d688-7b01-462f-867c-ba52b7790d19@web.de
kernel/locking/lockdep_proc.c