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

From: Thomas Bogendoerfer
Date: Mon Sep 12 2022 - 10:02:59 EST


On Thu, Aug 18, 2022 at 10:59:43PM +0200, 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>
> ---
> arch/mips/kernel/prom.c | 6 +++---
> arch/mips/kernel/relocate.c | 2 +-
> arch/mips/pic32/pic32mzda/init.c | 2 +-
> 3 files changed, 5 insertions(+), 5 deletions(-)

applied to mips-next.

Thomas.

--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]