staging: lustre: Coalesce string fragments
[linux-2.6-block.git] / drivers / staging / lustre / lnet / lnet / router_proc.c
index d9645f6bce49733d12f06de83e8831fd80987550..46cde7036f1d46d5f2d61199a216a7fd890f5907 100644 (file)
@@ -791,20 +791,17 @@ static struct lnet_portal_rotors  portal_rotors[] = {
        {
                .pr_value = LNET_PTL_ROTOR_ON,
                .pr_name  = "ON",
-               .pr_desc  = "round-robin dispatch all PUT messages for "
-                           "wildcard portals"
+               .pr_desc  = "round-robin dispatch all PUT messages for wildcard portals"
        },
        {
                .pr_value = LNET_PTL_ROTOR_RR_RT,
                .pr_name  = "RR_RT",
-               .pr_desc  = "round-robin dispatch routed PUT message for "
-                           "wildcard portals"
+               .pr_desc  = "round-robin dispatch routed PUT message for wildcard portals"
        },
        {
                .pr_value = LNET_PTL_ROTOR_HASH_RT,
                .pr_name  = "HASH_RT",
-               .pr_desc  = "dispatch routed PUT message by hashing source "
-                           "NID for wildcard portals"
+               .pr_desc  = "dispatch routed PUT message by hashing source NID for wildcard portals"
        },
        {
                .pr_value = -1,