Re: [PATCH] kernel/sched: use seq_putc instead of seq_puts

From: Valentin Schneider
Date: Thu Mar 14 2024 - 12:00:46 EST


On 03/03/24 14:05, Maxim Moskalets wrote:
> Using seq_putc for newline characters is faster and more appropriate
> than seq_puts, since only one character is passed and there is no need
> to use a more powerful and less fast function
>

Why not, but then why not do this treewide? A quick grep shows ~340 such
sites. That makes for a fairly easy coccinelle patch.