projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b87b188
)
fs: dlm:Remove unneeded semicolon
author
Zhang Mingyu
<zhang.mingyu@zte.com.cn>
Fri, 5 Nov 2021 01:43:20 +0000
(
01:43
+0000)
committer
David Teigland
<teigland@redhat.com>
Fri, 5 Nov 2021 18:03:34 +0000
(13:03 -0500)
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>
fs/dlm/midcomms.c
patch
|
blob
|
history
diff --git
a/fs/dlm/midcomms.c
b/fs/dlm/midcomms.c
index 0b9bce6f04e14fa4d51d8cb3f31f3636ff1b2640..74b4308b912cf1d49be6154254858ef1836f5b62 100644
(file)
--- 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);
}