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

From: Andrew Lunn
Date: Thu Dec 07 2023 - 10:28:38 EST


On Wed, Dec 06, 2023 at 11:16:10PM +0000, justinstitt@xxxxxxxxxx wrote:
> Use strscpy() to implement ethtool_puts().
>
> Functionally the same as ethtool_sprintf() when it's used with two
> arguments or with just "%s" format specifier.
>
> Signed-off-by: Justin Stitt <justinstitt@xxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew