staging: lustre: Change 'seq_printf' to 'seq_puts'
authorRehas Sachdeva <aquannie@gmail.com>
Thu, 15 Sep 2016 12:52:10 +0000 (18:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Sep 2016 17:28:36 +0000 (19:28 +0200)
commit02c041c157a397e40f44345d689fbd13c3585262
treebbe1741a49bfeeca7bc76355a00f369e497e05bf
parent483ace0605a8e718e35db6d2219b9a7d08c8c28b
staging: lustre: Change 'seq_printf' to 'seq_puts'

Fixes checkpatch.pl warning: Prefer seq_puts to seq_printf.
This can be done as both have same type of first two arguments in their
function definition.

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/lproc_llite.c