On Tue, Jun 9, 2026 at 10:08 AM Timur Tabi <[email protected]> wrote:
> It would be better to replace this with a call to ethtool_sprintf(), > which already takes ETH_GSTRING_LEN into account. And may as well > update the ETH_SS_STATS case underneath it. Actually, on second thought, I take that back. There are no format strings, so no need for sprintf.

