Skip to content

Commit 7d3848c

Browse files
Colin Ian Kingteigland
authored andcommitted
fs: dlm: Fix spelling mistake "stucked" -> "stuck"
There are spelling mistake in log messages. Fix these. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David Teigland <[email protected]>
1 parent f608998 commit 7d3848c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/dlm/midcomms.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ dlm_midcomms_recv_node_lookup(int nodeid, const union dlm_packet *p,
591591
* was failed, we try to reset and
592592
* hope it will go on.
593593
*/
594-
log_print("reset node %d because shutdown stucked",
594+
log_print("reset node %d because shutdown stuck",
595595
node->nodeid);
596596

597597
midcomms_node_reset(node);
@@ -1159,7 +1159,7 @@ void dlm_midcomms_add_member(int nodeid)
11591159
* was failed, we try to reset and
11601160
* hope it will go on.
11611161
*/
1162-
log_print("reset node %d because shutdown stucked",
1162+
log_print("reset node %d because shutdown stuck",
11631163
node->nodeid);
11641164

11651165
midcomms_node_reset(node);

0 commit comments

Comments
 (0)