summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/module.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-11-23 11:28:50 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-23 13:17:57 -0800
commit2d00bd17a2702fff623ecc005bd0f9c29e6cb508 (patch)
tree2b6b050f183015e430bbe059c3e49e8ab22e3a02 /drivers/staging/lustre/lnet/selftest/module.c
parent962dbfd6144ab04750018b689eddf0857fbc11cb (diff)
downloadlinux-2d00bd17a2702fff623ecc005bd0f9c29e6cb508.tar.bz2
staging: lustre: Coalesce string fragments
Join the string fragments to make it easier to grep. Ignored all the 80+ column lines. Added many missing spaces when coalescing formats. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet/selftest/module.c')
-rw-r--r--drivers/staging/lustre/lnet/selftest/module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/module.c b/drivers/staging/lustre/lnet/selftest/module.c
index 92520c2e08fd..c6ef5b0d8de1 100644
--- a/drivers/staging/lustre/lnet/selftest/module.c
+++ b/drivers/staging/lustre/lnet/selftest/module.c
@@ -119,8 +119,8 @@ lnet_selftest_init(void)
rc = cfs_wi_sched_create("lst_t", lnet_cpt_table(), i,
nthrs, &lst_sched_test[i]);
if (rc != 0) {
- CERROR("Failed to create CPT affinity WI scheduler "
- "%d for LST\n", i);
+ CERROR("Failed to create CPT affinity WI scheduler %d for LST\n",
+ i);
goto error;
}
}