Re: [PATCH] wil6210: Replace five seq_puts() calls by seq_putc()

From: Eric Dumazet
Date: Tue May 09 2017 - 08:25:38 EST


On Tue, 2017-05-09 at 09:50 +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> Date: Mon, 8 May 2017 22:22:04 +0200
>
> Five single characters (line breaks) should be put into a sequence.
> Thus use the corresponding function "seq_putc".
>
> This issue was detected by using the Coccinelle software.

There is no _issue_ at all here, only a matter of taste.

printf("\n") or putchar('\n') in some slow path is really not that
interesting.