RE: [PATCH net-next v2] net: fec: support RX flushing via an ethtool private flag

From: Wei Fang

Date: Wed Sep 02 2026 - 22:05:39 EST


> @@ -3546,6 +3565,7 @@ static void fec_enet_get_ethtool_stats(struct
> net_device *dev,
> static void fec_enet_get_strings(struct net_device *netdev,
> u32 stringset, u8 *data)
> {
> + struct fec_enet_private *fep = netdev_priv(netdev);
> int i;

I noticed that Sashiko reported an issue with the implementation of
fec_enet_get_sset_count(), and I believe this issue needs to be addressed.
When you post the next version, please help add a blank line after "int i;",
as there is missing a blank line after declarations. Although this was not
introduced by this patch, hopefully you can fix this minor issue while you
are at it. Thanks.

> switch (stringset) {
> case ETH_SS_STATS: