Re: [PATCH] bridge: move from strlcpy with unused retval to strscpy

From: Nikolay Aleksandrov
Date: Fri Aug 19 2022 - 05:57:35 EST


On 19/08/2022 00:02, Wolfram Sang wrote:
> Follow the advice of the below link and prefer 'strscpy' in this
> subsystem. Conversion is 1:1 because the return value is not used.
> Generated by a coccinelle script.
>
> Link: https://lore.kernel.org/r/CAHk-=wgfRnXz0W3D37d01q3JFkr_i_uTL=V6A6G1oUZcprmknw@xxxxxxxxxxxxxx/
> Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
> ---
> net/bridge/br_device.c | 8 ++++----
> net/bridge/br_sysfs_if.c | 4 ++--
> net/bridge/netfilter/ebtables.c | 2 +-
> 3 files changed, 7 insertions(+), 7 deletions(-)
>

Looks good, but should be targeted at net-next.
Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>