remoteproc: move from strlcpy with unused retval to strscpy
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 18 Aug 2022 21:00:59 +0000 (23:00 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 28 Dec 2022 15:47:21 +0000 (09:47 -0600)
commit1b0f00d3b1fc25525e1fcd8c5845e362f5688849
treec236ebdeb935d03306042382b4d6f6c6a72e3ee2
parent6d967a5a49e8d08d8e4430aadba8d3c903b794a5
remoteproc: 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>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220818210059.7253-1-wsa+renesas@sang-engineering.com
drivers/remoteproc/qcom_sysmon.c