[Ocfs2-devel] [PATCH 15/15] typos: fix similar typos to successfull

Sunil Mushran sunil.mushran at oracle.com
Tue Jan 13 17:47:20 PST 2009


From: Coly Li <coyli at suse.de>

Mainline commit 73ac36ea14fd18ea3dc057e41b16ff31a3c0bd5a

When I review ocfs2 code, find there are 2 typos to "successfull".  After
doing grep "successfull " in kernel tree, 22 typos found totally -- great
minds always think alike :)

This patch fixes all the similar typos. Thanks for Randy's ack and comments.

Signed-off-by: Coly Li <coyli at suse.de>
Acked-by: Randy Dunlap <randy.dunlap at oracle.com>
Acked-by: Roland Dreier <rolandd at cisco.com>
Cc: Jeremy Kerr <jk at ozlabs.org>
Cc: Jeff Garzik <jeff at garzik.org>
Cc: Heiko Carstens <heiko.carstens at de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky at de.ibm.com>
Cc: Theodore Ts'o <tytso at mit.edu>
Cc: Mark Fasheh <mfasheh at suse.com>
Cc: Vlad Yasevich <vladislav.yasevich at hp.com>
Cc: Sridhar Samudrala <sri at us.ibm.com>
Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
---
 fs/ocfs2/dlmglue.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
index fce142b..7eceb0a 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -978,7 +978,7 @@ static int ocfs2_lock_create(struct ocfs2_super *osb,
 		ocfs2_recover_from_dlm_error(lockres, 1);
 	}
 
-	mlog(0, "lock %s, successfull return from dlmlock\n", lockres->l_name);
+	mlog(0, "lock %s, successful return from dlmlock\n", lockres->l_name);
 
 bail:
 	mlog_exit(ret);
@@ -1189,7 +1189,7 @@ again:
 			goto out;
 		}
 
-		mlog(0, "lock %s, successfull return from dlmlock\n",
+		mlog(0, "lock %s, successful return from dlmlock\n",
 		     lockres->l_name);
 
 		/* At this point we've gone inside the dlm and need to
@@ -2837,7 +2837,7 @@ static int ocfs2_drop_lock(struct ocfs2_super *osb,
 		dlm_print_one_lock(lockres->l_lksb.lockid);
 		BUG();
 	}
-	mlog(0, "lock %s, successfull return from dlmunlock\n",
+	mlog(0, "lock %s, successful return from dlmunlock\n",
 	     lockres->l_name);
 
 	ocfs2_wait_on_busy_lock(lockres);
-- 
1.5.6.3




More information about the Ocfs2-devel mailing list