diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-05-26 11:53:39 +0300 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2021-05-26 17:49:04 +0300 |
commit | 7d3848c03e09ea9cdfde8bb2b82282d252943ee6 (patch) | |
tree | 74480f9ed531cd10cfdfa78607a1b905dbf79979 /fs/dlm | |
parent | f6089981d07e6e1cc053f4c239e458eed122c092 (diff) | |
download | linux-7d3848c03e09ea9cdfde8bb2b82282d252943ee6.tar.xz |
fs: dlm: Fix spelling mistake "stucked" -> "stuck"
There are spelling mistake in log messages. Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/midcomms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c index 35664950f6b7..4e36e418b6bf 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); |