Skip to content

Commit 988f451

Browse files
nabijaczleweliakpm00
authored andcommitted
ocfs2/dlm: fix "take a while" typo
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Cc: Mark Fasheh <mark@fasheh.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Junxiao Bi <junxiao.bi@oracle.com> Cc: Joseph Qi <jiangqi903@gmail.com> Cc: Changwei Ge <gechangwei@live.cn> Cc: Jun Piao <piaojun@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 98aa4d5 commit 988f451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ocfs2/dlm/dlmrecovery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@ static int dlm_pick_recovery_master(struct dlm_ctxt *dlm)
26322632
dlm_reco_master_ready(dlm),
26332633
msecs_to_jiffies(1000));
26342634
if (!dlm_reco_master_ready(dlm)) {
2635-
mlog(0, "%s: reco master taking awhile\n",
2635+
mlog(0, "%s: reco master taking a while\n",
26362636
dlm->name);
26372637
goto again;
26382638
}

0 commit comments

Comments
 (0)