OSDN Git Service

Staging: lustre: Fix prefer seq_puts to seq_printf
authorSumit Pundir <pundirsumit11@gmail.com>
Fri, 5 Jan 2018 16:13:56 +0000 (21:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jan 2018 15:03:45 +0000 (16:03 +0100)
commitc2ff176d8c68e698f4455f86173c669ba1945ddc
tree63384244a196d2a04194ba9c92f3a834895321a2
parenta8753f02eb65acc8490256ae7a632451be68006b
Staging: lustre: Fix prefer seq_puts to seq_printf

Use seq_puts() for strings without format specifiers instead of
seq_printf(). Issue reported by checkpatch.pl

Signed-off-by: Sumit Pundir <pundirsumit11@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/cl_object.c