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:
Geert Uytterhoeven
2025-09-24 15:19:30 +02:00
committed by Jakub Kicinski
parent bb9a242ce5
commit 72bc38077e

View File

@@ -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,