]> 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)
commit9cad47736917a7b9d3c234213637946845f8ec84
tree63384244a196d2a04194ba9c92f3a834895321a2
parenta5baa5722b700a421639c085422f79f32c03ece5
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