OSDN Git Service

isdn: move from strlcpy with unused retval to strscpy
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 18 Aug 2022 21:00:23 +0000 (23:00 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Aug 2022 00:54:03 +0000 (17:54 -0700)
commitcdb27b7b2d8fe9f066e30f560b7e88defc456d78
tree72b06fdff94e19c7debbcafc2d17ca8d2379705b
parent706447f09d1a68974a839062ea8848aa73e3a15d
isdn: 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/20220818210023.6889-1-wsa+renesas@sang-engineering.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/isdn/capi/kcapi.c