]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: Use seq_puts() in c_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 7 May 2017 19:24:51 +0000 (21:24 +0200)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 8 May 2017 20:16:22 +0000 (13:16 -0700)
commite64ab708b5b0c37730e1701a7e76c48fde358020
tree21b2a4a738bda6f3bbebca79eaaed34020cb437e
parentd9d352bfef7d75fba0e04e3f4f01166458bbe1b7
xtensa: Use seq_puts() in c_show()

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@users.sourceforge.net>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/setup.c