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/[email protected] Signed-off-by: Andrew Kreimer <[email protected]> Acked-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Changwei Ge <[email protected]> Cc: Jun Piao <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent e01caa2 commit b5e6049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)