From: Colin Ian King Date: Thu, 5 Apr 2018 23:19:14 +0000 (-0700) Subject: ocfs2: fix spelling mistake: "Migrateable" -> "Migratable" X-Git-Tag: pci-v4.17-changes-2~34^2~100 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=510c48795d4b48963d4d8a889bb8650a11e3f440;p=users%2Fdwmw2%2Flinux.git ocfs2: fix spelling mistake: "Migrateable" -> "Migratable" Trivial fix to spelling mistake in mlog message text Link: http://lkml.kernel.org/r/20180319114101.2051-1-colin.king@canonical.com Signed-off-by: Colin Ian King Cc: Mark Fasheh Cc: Joel Becker Cc: Junxiao Bi Cc: Joseph Qi Cc: Changwei Ge Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c index 03766fb41dbe6..81d500211f435 100644 --- a/fs/ocfs2/dlm/dlmmaster.c +++ b/fs/ocfs2/dlm/dlmmaster.c @@ -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;