From: Vladimir Oltean Date: Wed, 12 Apr 2023 12:47:33 +0000 (+0300) Subject: net: mscc: ocelot: remove blank line at the end of ocelot_stats.c X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=93f0f93bbdb9ebf3d2831e8023cae4f31cb83cee;p=users%2Fjedix%2Flinux-maple.git net: mscc: ocelot: remove blank line at the end of ocelot_stats.c Commit a3bb8f521fd8 ("net: mscc: ocelot: remove unnecessary exposure of stats structures") made an unnecessary change which was to add a new line at the end of ocelot_stats.c. Remove it. Signed-off-by: Vladimir Oltean Acked-by: Colin Foster Reviewed-by: Jacob Keller Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/mscc/ocelot_stats.c b/drivers/net/ethernet/mscc/ocelot_stats.c index b50d9d9f8023..99a14a942600 100644 --- a/drivers/net/ethernet/mscc/ocelot_stats.c +++ b/drivers/net/ethernet/mscc/ocelot_stats.c @@ -981,4 +981,3 @@ void ocelot_stats_deinit(struct ocelot *ocelot) cancel_delayed_work(&ocelot->stats_work); destroy_workqueue(ocelot->stats_queue); } -