]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs:dlm:remove unneeded semicolon in rcom.c
authorWu Bo <wubo40@huawei.com>
Wed, 22 Apr 2020 06:59:27 +0000 (14:59 +0800)
committerDavid Teigland <teigland@redhat.com>
Tue, 12 May 2020 19:06:16 +0000 (14:06 -0500)
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>
fs/dlm/rcom.c

index e3d9f72c640d8ce0e4525dd2d92250ae42b0b50c..4daf5dc2b51c0ffe09d0ff4e442f08ed362f65af 100644 (file)
@@ -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;