mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
strcpy() is deprecated and using strcat() is discouraged. Replace them with scnprintf(). No functional changes. Link: https://github.com/KSPP/linux/issues/88 Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>