Re: [PATCH] md-multipath: Replace a seq_printf() call by seq_putc() in multipath_status()

2019-07-03 Thread Song Liu
On Mon, Jul 1, 2019 at 5:25 AM Markus Elfring wrote: > > From: Markus Elfring > Date: Mon, 1 Jul 2019 13:07:55 +0200 > > A single character (depending on a condition check) should be put > into a sequence. Thus use the corresponding function “seq_putc”. > > This issue was detected by using the Co

[PATCH] md-multipath: Replace a seq_printf() call by seq_putc() in multipath_status()

2019-07-01 Thread Markus Elfring
From: Markus Elfring Date: Mon, 1 Jul 2019 13:07:55 +0200 A single character (depending on a condition check) should be put into a sequence. Thus use the corresponding function “seq_putc”. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/md/m