aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/midcomms.c
diff options
context:
space:
mode:
authorZhang Mingyu <zhang.mingyu@zte.com.cn>2021-11-05 01:43:20 +0000
committerDavid Teigland <teigland@redhat.com>2021-11-05 13:03:34 -0500
commitc8b9f34e223fcad1e9980f343587f38624331bbc (patch)
treef231fa3bd0ba1a56a173a526f1d5ae0a1b2be512 /fs/dlm/midcomms.c
parentb87b1883efe385e56384ff48e6f3108a33fde508 (diff)
downloadlinux-c8b9f34e223fcad1e9980f343587f38624331bbc.tar.gz
fs: dlm:Remove unneeded semicolon
Eliminate the following coccinelle check warning: fs/dlm/midcomms.c:972:2-3 Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/midcomms.c')
-rw-r--r--fs/dlm/midcomms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c
index 0b9bce6f04e14..74b4308b912cf 100644
--- a/fs/dlm/midcomms.c
+++ b/fs/dlm/midcomms.c
@@ -969,7 +969,7 @@ void dlm_midcomms_receive_done(int nodeid)
spin_unlock(&node->state_lock);
/* do nothing FIN has it's own ack send */
break;
- };
+ }
srcu_read_unlock(&nodes_srcu, idx);
}