mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-19 13:38:24 -05:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
bb9a242ce5
commit
72bc38077e
@@ -1629,7 +1629,7 @@ static int rswitch_open(struct net_device *ndev)
|
||||
rswitch_update_l2_offload(rdev->priv);
|
||||
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
|
||||
static int rswitch_stop(struct net_device *ndev)
|
||||
{
|
||||
@@ -1664,7 +1664,7 @@ static int rswitch_stop(struct net_device *ndev)
|
||||
}
|
||||
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
|
||||
static bool rswitch_ext_desc_set_info1(struct rswitch_device *rdev,
|
||||
struct sk_buff *skb,
|
||||
|
||||
Reference in New Issue
Block a user