summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
diff options
context:
space:
mode:
authorHaneen Mohammed <hamohammed.sa@gmail.com>2015-02-28 22:33:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-01 16:44:34 -0800
commit2c2b7c05ef1ca1b50a6fb557002f1d6ec3dfd601 (patch)
tree2cfceed901e819f234b66e0f1ecc6016eac1efea /drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
parent40c6dccfc1dfa48ec98b61a6a6e03199c09a6dc3 (diff)
downloadop-kernel-dev-2c2b7c05ef1ca1b50a6fb557002f1d6ec3dfd601.zip
op-kernel-dev-2c2b7c05ef1ca1b50a6fb557002f1d6ec3dfd601.tar.gz
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>
Diffstat (limited to 'drivers/staging/lustre/lustre/ldlm/ldlm_pool.c')
-rw-r--r--drivers/staging/lustre/lustre/ldlm/ldlm_pool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c b/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
index d20d277..7574502 100644
--- a/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
+++ b/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
@@ -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);
OpenPOWER on IntegriCloud