[PATCH net-next v4 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

Andrew Lunn andrew at lunn.ch
Thu Nov 2 12:55:46 PDT 2023


> > + vmxnet3_rq_driver_stats[i].desc);
> >         }
> > 
> >         for (i = 0; i < ARRAY_SIZE(vmxnet3_global_stats); i++)
> > -               ethtool_sprintf(&buf, vmxnet3_global_stats[i].desc);
> > +               ethtool_puts(&buf, vmxnet3_global_stats[i].desc);
> >  }
> > 
> >  netdev_features_t vmxnet3_fix_features(struct net_device *netdev,
> > 
> > --
> > 2.42.0.869.gea05f2083d-goog
> 
> Thanks for submitting this.
> For ENA driver
> 
> Acked-by: Arthur Kiyanovski <akiyano at amazon.com> 

Hi Arthur

Please trim emails when replying.

       Andrew



More information about the Linux-mediatek mailing list