ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"
authorColin Ian King <[email protected]>
Thu, 5 Apr 2018 23:19:14 +0000 (16:19 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:22 +0000 (21:36 -0700)
Trivial fix to spelling mistake in mlog message text

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Joseph Qi <[email protected]>
Cc: Changwei Ge <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/dlm/dlmmaster.c

index 03766fb41dbe6ac544715b8cfe62bc7bb3e54a5e..81d500211f4359d8dd23ab638b616b246e5156c8 100644 (file)
@@ -2543,7 +2543,7 @@ static int dlm_is_lockres_migrateable(struct dlm_ctxt *dlm,
                        return 0;
        }
 
-       mlog(0, "%s: res %.*s, Migrateable\n", dlm->name, res->lockname.len,
+       mlog(0, "%s: res %.*s, Migratable\n", dlm->name, res->lockname.len,
             res->lockname.name);
 
        return 1;