mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
Staging: lustre: lustre: ldlm: Concatenate strings into single string
This patch concatenate two consecutive strings into one, addressing checkpatch.pl warning: "Consecutive strings are generally better as a single string" Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
40c6dccfc1
commit
2c2b7c05ef
@@ -689,8 +689,8 @@ static int lprocfs_pool_state_seq_show(struct seq_file *m, void *unused)
|
||||
" GP: %d\n",
|
||||
grant_step, grant_plan);
|
||||
}
|
||||
seq_printf(m, " GR: %d\n" " CR: %d\n" " GS: %d\n"
|
||||
" G: %d\n" " L: %d\n",
|
||||
seq_printf(m, " GR: %d\n CR: %d\n GS: %d\n"
|
||||
" G: %d\n L: %d\n",
|
||||
grant_rate, cancel_rate, grant_speed,
|
||||
granted, limit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user