mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
net: thunderbolt: convert comma to semicolon
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> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
752baafb0f
commit
201d126a63
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user