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>
This commit is contained in:
Родитель
2dfe3511ce
Коммит
09f99a3dfa
|
@ -64,7 +64,7 @@ static void tcm_loop_release_cmd(struct se_cmd *se_cmd)
|
||||||
|
|
||||||
static int tcm_loop_show_info(struct seq_file *m, struct Scsi_Host *host)
|
static int tcm_loop_show_info(struct seq_file *m, struct Scsi_Host *host)
|
||||||
{
|
{
|
||||||
seq_printf(m, "tcm_loop_proc_info()\n");
|
seq_puts(m, "tcm_loop_proc_info()\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче