Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 864b5418 authored by Franco Fichtner's avatar Franco Fichtner Committed by David S. Miller
Browse files

ethtool: bring back missing comma in netdev features strings



The issue was introduced in commit eed2a12f.

Signed-off-by: default avatarFranco Fichtner <franco@lastsummer.de>
Acked-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Acked-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f607a158
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ static const char netdev_features_strings[ETHTOOL_DEV_FEATURE_WORDS * 32][ETH_GS
	/* NETIF_F_NTUPLE */          "rx-ntuple-filter",
	/* NETIF_F_RXHASH */          "rx-hashing",
	/* NETIF_F_RXCSUM */          "rx-checksum",
	/* NETIF_F_NOCACHE_COPY */    "tx-nocache-copy"
	/* NETIF_F_NOCACHE_COPY */    "tx-nocache-copy",
	/* NETIF_F_LOOPBACK */        "loopback",
};