ethtool: Implement ethtool_puts()
authorjustinstitt@google.com <justinstitt@google.com>
Wed, 6 Dec 2023 23:16:10 +0000 (23:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2023 10:56:25 +0000 (10:56 +0000)
commit2a48c635fd9a48699805bbfeee1e4b94b8fe819d
treee58c2217a3941f726485ab29e77a399f3be5b9d8
parent09b489478383d9f3a04dfe5da72ae1b79af3e5f8
ethtool: Implement ethtool_puts()

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@google.com>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Madhuri Sripada <madhuri.sripada@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h
net/ethtool/ioctl.c