]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite75dab1a8e377550d3852932f2790b9a8bc1162c
tree63384244a196d2a04194ba9c92f3a834895321a2
parenta8de3c95da776c7c622fcf1b69717a6ccb3c7296
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