]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf804227f4a974283ad873d12f11cfabb7a7c319
treebbe1741a49bfeeca7bc76355a00f369e497e05bf
parent48092cb4ed50be09f8e1fd13cd9218e6204adcda
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