On Fri, May 3, 2024 at 1:31 PM Simon Horman <ho...@kernel.org> wrote: > > 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. > > --- > Simon Horman (2): > gve: Avoid unnecessary use of comma operator > gve: Use ethtool_sprintf/puts() to fill stats strings
Reviewed-by: Shailend Chand <shail...@google.com> Thanks! > > 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: 5829614a7b3b2cc9820efb2d29a205c00d748fcf >