projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c80d37
)
fs:dlm:remove unneeded semicolon in rcom.c
author
Wu Bo
<wubo40@huawei.com>
Wed, 22 Apr 2020 06:59:27 +0000
(14:59 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/fs/dlm/rcom.c
b/fs/dlm/rcom.c
index e3d9f72c640d8ce0e4525dd2d92250ae42b0b50c..4daf5dc2b51c0ffe09d0ff4e442f08ed362f65af 100644
(file)
--- 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;