Hi, This short patchset provides two minor cleanups for the gve driver.
These were found by tooling as mentioned in each patch, and otherwise by inspection. No change in run time behaviour is intended. Each patch is compile tested only. --- Changes in v2: - Collected Reviewed-by tags, thanks! - Rebased - Link to v1: https://lore.kernel.org/r/[email protected] --- Simon Horman (2): gve: Avoid unnecessary use of comma operator gve: Use ethtool_sprintf/puts() to fill stats strings drivers/net/ethernet/google/gve/gve_adminq.c | 4 +-- drivers/net/ethernet/google/gve/gve_ethtool.c | 42 +++++++++++---------------- 2 files changed, 19 insertions(+), 27 deletions(-) base-commit: 09ca994072fd8ae99c763db2450222365dfe8fdf
