Fixes checkpatch.pl warning:
CHECK: Concatenated strings should use spaces between elements

Signed-off-by: Rehas Sachdeva <aquan...@gmail.com>
---
 drivers/staging/lustre/lustre/fid/fid_request.c | 8 ++++----
 drivers/staging/lustre/lustre/fid/lproc_fid.c   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/lustre/lustre/fid/fid_request.c 
b/drivers/staging/lustre/lustre/fid/fid_request.c
index 454744d..edd72b9 100644
--- a/drivers/staging/lustre/lustre/fid/fid_request.c
+++ b/drivers/staging/lustre/lustre/fid/fid_request.c
@@ -125,19 +125,19 @@ static int seq_client_rpc(struct lu_client_seq *seq,
 
        if (!range_is_sane(output)) {
                CERROR("%s: Invalid range received from server: "
-                      DRANGE"\n", seq->lcs_name, PRANGE(output));
+                      DRANGE "\n", seq->lcs_name, PRANGE(output));
                rc = -EINVAL;
                goto out_req;
        }
 
        if (range_is_exhausted(output)) {
                CERROR("%s: Range received from server is exhausted: "
-                      DRANGE"]\n", seq->lcs_name, PRANGE(output));
+                      DRANGE "]\n", seq->lcs_name, PRANGE(output));
                rc = -EINVAL;
                goto out_req;
        }
 
-       CDEBUG_LIMIT(debug_mask, "%s: Allocated %s-sequence "DRANGE"]\n",
+       CDEBUG_LIMIT(debug_mask, "%s: Allocated %s-sequence " DRANGE "]\n",
                     seq->lcs_name, opcname, PRANGE(output));
 
 out_req:
@@ -179,7 +179,7 @@ static int seq_client_alloc_seq(const struct lu_env *env,
                               seq->lcs_name, rc);
                        return rc;
                }
-               CDEBUG(D_INFO, "%s: New range - "DRANGE"\n",
+               CDEBUG(D_INFO, "%s: New range - " DRANGE "\n",
                       seq->lcs_name, PRANGE(&seq->lcs_space));
        } else {
                rc = 0;
diff --git a/drivers/staging/lustre/lustre/fid/lproc_fid.c 
b/drivers/staging/lustre/lustre/fid/lproc_fid.c
index 81b7ca9..3ed32d7 100644
--- a/drivers/staging/lustre/lustre/fid/lproc_fid.c
+++ b/drivers/staging/lustre/lustre/fid/lproc_fid.c
@@ -105,7 +105,7 @@ ldebugfs_fid_space_seq_write(struct file *file,
        rc = ldebugfs_fid_write_common(buffer, count, &seq->lcs_space);
 
        if (rc == 0) {
-               CDEBUG(D_INFO, "%s: Space: "DRANGE"\n",
+               CDEBUG(D_INFO, "%s: Space: " DRANGE "\n",
                       seq->lcs_name, PRANGE(&seq->lcs_space));
        }
 
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to