Re: [PATCH] xtensa: Use seq_puts() in c_show()

From: Max Filippov
Date: Mon May 08 2017 - 16:19:31 EST


On Sun, May 7, 2017 at 12:33 PM, SF Markus Elfring
<elfring@xxxxxxxxxxxxxxxxxxxxx> wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> Date: Sun, 7 May 2017 21:24:51 +0200
>
> A string which did not contain a data format specification should be put
> into a sequence. Thus use the corresponding function "seq_puts".
>
> This issue was detected by using the Coccinelle software.
>
> Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> ---
> arch/xtensa/kernel/setup.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

Thanks, applied to my xtensa-fixes branch.

-- Max