Re: [PATCH] MD-RAID: Use seq_putc() in three status functions

2016-10-16 Thread Hannes Reinecke
On 10/16/2016 10:20 AM, SF Markus Elfring wrote: From: Markus Elfring Date: Sun, 16 Oct 2016 10:10:28 +0200 A single character (a closing square bracket) should be put into a sequence at the end in these functions. Thus use the corresponding function "seq_putc". This issue was detected also by

[PATCH] MD-RAID: Use seq_putc() in three status functions

2016-10-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 16 Oct 2016 10:10:28 +0200 A single character (a closing square bracket) should be put into a sequence at the end in these functions. Thus use the corresponding function "seq_putc". This issue was detected also by using the Coccinelle software. Signed-off-by: Mar