net: mscc: ocelot: remove blank line at the end of ocelot_stats.c

Commit a3bb8f521f ("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 <[email protected]>
Acked-by: Colin Foster <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
This commit is contained in:
Vladimir Oltean
2023-04-13 21:56:06 -07:00
committed by Jakub Kicinski
parent 07de32655b
commit 93f0f93bbd
-1
View File
@@ -981,4 +981,3 @@ void ocelot_stats_deinit(struct ocelot *ocelot)
cancel_delayed_work(&ocelot->stats_work);
destroy_workqueue(ocelot->stats_queue);
}