LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] fs: dlm: remove unneeded semicolon
@ 2021-08-31 9:21 cgel.zte
0 siblings, 0 replies; 3+ messages in thread
From: cgel.zte @ 2021-08-31 9:21 UTC (permalink / raw)
To: ccaulfie; +Cc: teigland, cluster-devel, linux-kernel, Chi Minghao, Zeal Robot
From: Chi Minghao <chi.minghao@zte.com.cn>
Fix the following coccicheck REVIEW:
./fs/dlm/midcomms.c:972:2-3 REVIEW Unneeded semicolon
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Chi Minghao <chi.minghao@zte.com.cn>
---
fs/dlm/midcomms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c
index 7ae39ec8d9b0..aa4215388b62 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);
}
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] fs: dlm:Remove unneeded semicolon
@ 2021-11-05 1:43 cgel.zte
0 siblings, 0 replies; 3+ messages in thread
From: cgel.zte @ 2021-11-05 1:43 UTC (permalink / raw)
To: ccaulfie; +Cc: teigland, cluster-devel, linux-kernel, Zhang Mingyu, Zeal Robot
From: Zhang Mingyu <zhang.mingyu@zte.com.cn>
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>
---
fs/dlm/midcomms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c
index 7ae39ec8d9b0..aa4215388b62 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);
}
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] fs: dlm: Remove unneeded semicolon
@ 2021-08-27 10:48 Jiapeng Chong
0 siblings, 0 replies; 3+ messages in thread
From: Jiapeng Chong @ 2021-08-27 10:48 UTC (permalink / raw)
To: ccaulfie; +Cc: teigland, cluster-devel, linux-kernel, Jiapeng Chong
Fix the following coccicheck warnings:
./fs/dlm/midcomms.c:972:2-3: Unneeded semicolon.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
fs/dlm/midcomms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c
index 7ae39ec..aa42153 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);
}
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-05 1:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 9:21 [PATCH] fs: dlm: remove unneeded semicolon cgel.zte
-- strict thread matches above, loose matches on Subject: below --
2021-11-05 1:43 [PATCH] fs: dlm:Remove " cgel.zte
2021-08-27 10:48 [PATCH] fs: dlm: Remove " Jiapeng Chong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).