Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: renesas: rswitch: Remove unneeded semicolons

Semicolons after end of function braces are not needed, remove them.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Link: https://patch.msgid.link/e6b57123f319c03b3f078981cb452be49e86253b.1758719832.git.geert+renesas@glider.be
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Geert Uytterhoeven and committed by
Jakub Kicinski
72bc3807 bb9a242c

+2 -2
+2 -2
drivers/net/ethernet/renesas/rswitch_main.c
··· 1629 1629 rswitch_update_l2_offload(rdev->priv); 1630 1630 1631 1631 return 0; 1632 - }; 1632 + } 1633 1633 1634 1634 static int rswitch_stop(struct net_device *ndev) 1635 1635 { ··· 1664 1664 } 1665 1665 1666 1666 return 0; 1667 - }; 1667 + } 1668 1668 1669 1669 static bool rswitch_ext_desc_set_info1(struct rswitch_device *rdev, 1670 1670 struct sk_buff *skb,