All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: rxrpc: convert comma to semicolon
@ 2020-12-09 13:32 Zheng Yongjun
  2020-12-09 15:04 ` David Howells
  2020-12-10  0:32 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Yongjun @ 2020-12-09 13:32 UTC (permalink / raw)
  To: davem, kuba, linux-afs, netdev, linux-kernel; +Cc: Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: rxrpc: convert comma to semicolon
  2020-12-09 13:32 [PATCH net-next] net: rxrpc: convert comma to semicolon Zheng Yongjun
@ 2020-12-09 15:04 ` David Howells
  2020-12-10  0:32 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2020-12-09 15:04 UTC (permalink / raw)
  To: Zheng Yongjun; +Cc: dhowells, davem, kuba, linux-afs, netdev, linux-kernel

Zheng Yongjun <zhengyongjun3@huawei.com> wrote:

> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Reviewed-by: David Howells <dhowells@redhat.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: rxrpc: convert comma to semicolon
  2020-12-09 13:32 [PATCH net-next] net: rxrpc: convert comma to semicolon Zheng Yongjun
  2020-12-09 15:04 ` David Howells
@ 2020-12-10  0:32 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-12-10  0:32 UTC (permalink / raw)
  To: zhengyongjun3; +Cc: kuba, linux-afs, netdev, linux-kernel

From: Zheng Yongjun <zhengyongjun3@huawei.com>
Date: Wed, 9 Dec 2020 21:32:28 +0800

> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-10  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 13:32 [PATCH net-next] net: rxrpc: convert comma to semicolon Zheng Yongjun
2020-12-09 15:04 ` David Howells
2020-12-10  0:32 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.