Re: md-multipath: Replace a seq_printf() call by seq_putc() in multipath_status()
From: Markus Elfring
Date: Wed Jul 03 2019 - 12:28:51 EST
>> A single character (depending on a condition check) should be put
>> into a sequence. Thus use the corresponding function âseq_putcâ.
â
> Can you explain why this is necessary?
I suggest another bit of software fine-tuning.
* Pass only a relevant character instead of a string.
* Omit the format string for a function parameter.
Regards,
Markus