aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
diff options
context:
space:
mode:
authorWu Bo <wubo40@huawei.com>2020-04-22 14:59:27 +0800
committerDavid Teigland <teigland@redhat.com>2020-05-12 14:06:16 -0500
commit90db4f8be38629bd09183b78079d582221523e25 (patch)
tree81586a40370da7457eb316a08039496c2f2c9d0a /fs/dlm
parentdlm: user: Replace zero-length array with flexible-array member (diff)
downloadlinux-dev-90db4f8be38629bd09183b78079d582221523e25.tar.xz
linux-dev-90db4f8be38629bd09183b78079d582221523e25.zip
fs:dlm:remove unneeded semicolon in rcom.c
Fix the following coccicheck warning: fs/dlm/rcom.c:566:2-3: Unneeded semicolon Signed-off-by: Wu Bo <wubo40@huawei.com> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm')
-rw-r--r--fs/dlm/rcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/rcom.c b/fs/dlm/rcom.c
index e3d9f72c640d..4daf5dc2b51c 100644
--- a/fs/dlm/rcom.c
+++ b/fs/dlm/rcom.c
@@ -563,7 +563,7 @@ void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid)
lock = 1;
reply = 1;
break;
- };
+ }
spin_lock(&ls->ls_recover_lock);
status = ls->ls_recover_status;