m68k: Move from strlcpy with unused retval to strscpy
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 18 Aug 2022 20:59:41 +0000 (22:59 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 19 Sep 2022 08:40:58 +0000 (10:40 +0200)
commitc01b5a33bf0614e61e8074a51976134f62a64201
treecfa62c05e244bdc543b0168f99e80622c7e4d48f
parent1c23f9e627a7b412978b4e852793c5e3c3efc555
m68k: Move from strlcpy with unused retval to strscpy

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@mail.gmail.com/
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20220818205941.6240-1-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/setup_mm.c