[PATCH net-next] net: rxrpc: convert comma to semicolon

Subsystems: networking [general], rxrpc sockets (af_rxrpc), the rest

STALE2098d

3 messages, 3 authors, 2020-12-10 · open the first message on its own page

[PATCH net-next] net: rxrpc: convert comma to semicolon

From: Zheng Yongjun <hidden>
Date: 2020-12-09 13:32:58

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <redacted>
---
 net/rxrpc/recvmsg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rxrpc/recvmsg.c b/net/rxrpc/recvmsg.c
index 2c842851d72e..fef3573fdc8b 100644
--- a/net/rxrpc/recvmsg.c
+++ b/net/rxrpc/recvmsg.c
@@ -69,7 +69,7 @@ bool __rxrpc_set_call_completion(struct rxrpc_call *call,
 	if (call->state < RXRPC_CALL_COMPLETE) {
 		call->abort_code = abort_code;
 		call->error = error;
-		call->completion = compl,
+		call->completion = compl;
 		call->state = RXRPC_CALL_COMPLETE;
 		trace_rxrpc_call_complete(call);
 		wake_up(&call->waitq);
-- 
2.22.0

Re: [PATCH net-next] net: rxrpc: convert comma to semicolon

From: David Howells <dhowells@redhat.com>
Date: 2020-12-09 15:06:14

Zheng Yongjun [off-list ref] wrote:
Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <redacted>
Reviewed-by: David Howells <dhowells@redhat.com>

Re: [PATCH net-next] net: rxrpc: convert comma to semicolon

From: David Miller <davem@davemloft.net>
Date: 2020-12-10 00:34:24

From: Zheng Yongjun <redacted>
Date: Wed, 9 Dec 2020 21:32:28 +0800
Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help