[PATCH 47/59] fs/ocfs2: Add missing "space"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Monday, November 19, 2007 - 6:53 pm

Signed-off-by: Joe Perches <joe@perches.com>
---
 fs/ocfs2/dlm/dlmmaster.c |    4 ++--
 fs/ocfs2/inode.c         |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
index 62e4a7d..a54d33d 100644
--- a/fs/ocfs2/dlm/dlmmaster.c
+++ b/fs/ocfs2/dlm/dlmmaster.c
@@ -908,7 +908,7 @@ lookup:
 		 * but they might own this lockres.  wait on them. */
 		bit = find_next_bit(dlm->recovery_map, O2NM_MAX_NODES, 0);
 		if (bit < O2NM_MAX_NODES) {
-			mlog(ML_NOTICE, "%s:%.*s: at least one node (%d) to"
+			mlog(ML_NOTICE, "%s:%.*s: at least one node (%d) to "
 			     "recover before lock mastery can begin\n",
 			     dlm->name, namelen, (char *)lockid, bit);
 			wait_on_recovery = 1;
@@ -962,7 +962,7 @@ redo_request:
 		spin_lock(&dlm->spinlock);
 		bit = find_next_bit(dlm->recovery_map, O2NM_MAX_NODES, 0);
 		if (bit < O2NM_MAX_NODES) {
-			mlog(ML_NOTICE, "%s:%.*s: at least one node (%d) to"
+			mlog(ML_NOTICE, "%s:%.*s: at least one node (%d) to "
 			     "recover before lock mastery can begin\n",
 			     dlm->name, namelen, (char *)lockid, bit);
 			wait_on_recovery = 1;
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c
index 1d5e0cb..9e3e7df 100644
--- a/fs/ocfs2/inode.c
+++ b/fs/ocfs2/inode.c
@@ -863,7 +863,7 @@ static int ocfs2_query_inode_wipe(struct inode *inode,
 	status = ocfs2_try_open_lock(inode, 1);
 	if (status == -EAGAIN) {
 		status = 0;
-		mlog(0, "Skipping delete of %llu because it is in use on"
+		mlog(0, "Skipping delete of %llu because it is in use on "
 		     "other nodes\n", (unsigned long long)oi->ip_blkno);
 		goto bail;
 	}
-- 
1.5.3.5.652.gf192c

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 47/59] fs/ocfs2: Add missing "space", Joe Perches, (Mon Nov 19, 6:53 pm)
[PATCH 48/59] fs/proc: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:53 pm)
[PATCH 49/59] fs/ufs: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:53 pm)
[PATCH 51/59] net/dccp: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:53 pm)
[PATCH 52/59] net/ipv4: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:53 pm)
[PATCH 53/59] net/ipv6: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:53 pm)
Re: [PATCH 51/59] net/dccp: Add missing &quot;space&quot;, David Miller, (Tue Nov 20, 12:48 am)
Re: [PATCH 52/59] net/ipv4: Add missing &quot;space&quot;, David Miller, (Tue Nov 20, 12:48 am)
Re: [PATCH 53/59] net/ipv6: Add missing &quot;space&quot;, David Miller, (Tue Nov 20, 12:48 am)
Re: [PATCH 44/59] drivers/scsi: Add missing &quot;space&quot;, Alistair John Strachan, (Tue Nov 20, 3:39 am)
Re: [PATCH 49/59] fs/ufs: Add missing &quot;space&quot;, Evgeniy Dushistov, (Wed Nov 21, 9:02 pm)