[PATCH net-next v3 1/3] ethtool: Implement ethtool_puts()

Andrew Lunn andrew at lunn.ch
Fri Oct 27 16:43:13 PDT 2023


> +/**
> + * ethtool_puts - Write string to ethtool string data
> + * @data: Pointer to start of string to update

Isn't it actually a pointer to a pointer to the start of string to
update?

> +extern void ethtool_puts(u8 **data, const char *str);

	Andrew



More information about the Linux-mediatek mailing list