Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andrew Kreimer and committed by
Andrew Morton
b5e60497 e01caa2b

+1 -1
+1 -1
fs/ocfs2/cluster/quorum.c
··· 60 60 switch (o2nm_single_cluster->cl_fence_method) { 61 61 case O2NM_FENCE_PANIC: 62 62 panic("*** ocfs2 is very sorry to be fencing this system by " 63 - "panicing ***\n"); 63 + "panicking ***\n"); 64 64 break; 65 65 default: 66 66 WARN_ON(o2nm_single_cluster->cl_fence_method >=