Skip to content

Commit b5e6049

Browse files
algonellakpm00
authored andcommitted
ocfs2: cluster: fix a typo
Fix a typo: panicing -> panicking. Via codespell. Link: https://lkml.kernel.org/r/20241027133540.22090-1-algonell@gmail.com Signed-off-by: Andrew Kreimer <algonell@gmail.com> Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com> Cc: Mark Fasheh <mark@fasheh.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Junxiao Bi <junxiao.bi@oracle.com> Cc: Changwei Ge <gechangwei@live.cn> Cc: Jun Piao <piaojun@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent e01caa2 commit b5e6049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ocfs2/cluster/quorum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static void o2quo_fence_self(void)
6060
switch (o2nm_single_cluster->cl_fence_method) {
6161
case O2NM_FENCE_PANIC:
6262
panic("*** ocfs2 is very sorry to be fencing this system by "
63-
"panicing ***\n");
63+
"panicking ***\n");
6464
break;
6565
default:
6666
WARN_ON(o2nm_single_cluster->cl_fence_method >=

0 commit comments

Comments
 (0)