target: tcm_loop: Use seq_puts() in tcm_loop_show_info()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 11 Dec 2017 10:01:57 +0000 (11:01 +0100)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 12 Jan 2018 23:07:26 +0000 (15:07 -0800)
commit09f99a3dfadce47ba868cee318d55d249eb4e413
tree4a5eb12904a518c6e6d56dc24fbeed962d7fd840
parent2dfe3511ce8c15f25c121f30353dcf02b074ef15
target: tcm_loop: Use seq_puts() in tcm_loop_show_info()

The script "checkpatch.pl" pointed information out like the following.

WARNING: Prefer seq_puts to seq_printf

Thus fix the affected source code place.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/loopback/tcm_loop.c