Jakub Kicinski wrote: > On Wed, 10 Mar 2021 17:35:17 -0800 Alexander Duyck wrote: > > From: Alexander Duyck <alexanderdu...@fb.com> > > +/** > > + * ethtool_gsprintf - Write formatted string to ethtool string data > > + * @data: Pointer to start of string to update > > + * @fmt: Format of string to write > > + * > > + * Write formatted string to data. Update data to point at start of > > + * next string. > > + */ > > +extern __printf(2, 3) void ethtool_gsprintf(u8 **data, const char *fmt, > > ...); > > I'd drop the 'g' TBH, it seems to have made its way from the ethtool > command ('gstrings') to various places but without the 'string' after > it - it becomes less and less meaningful. Just ethtool_sprintf() would > be fine IMHO. > > Other than that there is a minor rev xmas tree violation in patch 2 :)
I agree with Jakub, and I really like this series, it's a good clean up. I'll be glad to add a reviewed by tag to v2.