linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: thunderbolt: convert comma to semicolon
@ 2020-12-09 13:38 Zheng Yongjun
  2020-12-09 14:39 ` Mika Westerberg
  2020-12-10  0:38 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Yongjun @ 2020-12-09 13:38 UTC (permalink / raw)
  To: davem, kuba, linux-afs, netdev, linux-kernel, michael.jamet,
	mika.westerberg, YehezkelShB
  Cc: Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/net/thunderbolt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/thunderbolt.c b/drivers/net/thunderbolt.c
index 3160443ef3b9..ae83d66195a5 100644
--- a/drivers/net/thunderbolt.c
+++ b/drivers/net/thunderbolt.c
@@ -1241,7 +1241,7 @@ static int tbnet_probe(struct tb_service *svc, const struct tb_service_id *id)
 	dev->max_mtu = TBNET_MAX_MTU - ETH_HLEN;
 
 	net->handler.uuid = &tbnet_svc_uuid;
-	net->handler.callback = tbnet_handle_packet,
+	net->handler.callback = tbnet_handle_packet;
 	net->handler.data = net;
 	tb_register_protocol_handler(&net->handler);
 
-- 
2.22.0


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

* Re: [PATCH net-next] net: thunderbolt: convert comma to semicolon
  2020-12-09 13:38 [PATCH net-next] net: thunderbolt: convert comma to semicolon Zheng Yongjun
@ 2020-12-09 14:39 ` Mika Westerberg
  2020-12-10  0:38 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2020-12-09 14:39 UTC (permalink / raw)
  To: Zheng Yongjun
  Cc: davem, kuba, linux-afs, netdev, linux-kernel, michael.jamet, YehezkelShB

On Wed, Dec 09, 2020 at 09:38:52PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

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

* Re: [PATCH net-next] net: thunderbolt: convert comma to semicolon
  2020-12-09 13:38 [PATCH net-next] net: thunderbolt: convert comma to semicolon Zheng Yongjun
  2020-12-09 14:39 ` Mika Westerberg
@ 2020-12-10  0:38 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-12-10  0:38 UTC (permalink / raw)
  To: zhengyongjun3
  Cc: kuba, linux-afs, netdev, linux-kernel, michael.jamet,
	mika.westerberg, YehezkelShB

From: Zheng Yongjun <zhengyongjun3@huawei.com>
Date: Wed, 9 Dec 2020 21:38:52 +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:39 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:38 [PATCH net-next] net: thunderbolt: convert comma to semicolon Zheng Yongjun
2020-12-09 14:39 ` Mika Westerberg
2020-12-10  0:38 ` David Miller

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).