From: Colin Ian King Date: Wed, 26 May 2021 08:53:39 +0000 (+0100) Subject: fs: dlm: Fix spelling mistake "stucked" -> "stuck" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7d3848c03e09ea9cdfde8bb2b82282d252943ee6;p=linux.git fs: dlm: Fix spelling mistake "stucked" -> "stuck" There are spelling mistake in log messages. Fix these. Signed-off-by: Colin Ian King Signed-off-by: David Teigland --- diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c index 35664950f6b7b..4e36e418b6bf2 100644 --- a/fs/dlm/midcomms.c +++ b/fs/dlm/midcomms.c @@ -591,7 +591,7 @@ dlm_midcomms_recv_node_lookup(int nodeid, const union dlm_packet *p, * was failed, we try to reset and * hope it will go on. */ - log_print("reset node %d because shutdown stucked", + log_print("reset node %d because shutdown stuck", node->nodeid); midcomms_node_reset(node); @@ -1159,7 +1159,7 @@ void dlm_midcomms_add_member(int nodeid) * was failed, we try to reset and * hope it will go on. */ - log_print("reset node %d because shutdown stucked", + log_print("reset node %d because shutdown stuck", node->nodeid); midcomms_node_reset(node);