thermal/drivers/armada: Use strscpy() to instead of strncpy()
authorXu Panda <xu.panda@zte.com.cn>
Wed, 28 Dec 2022 01:45:49 +0000 (09:45 +0800)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Fri, 6 Jan 2023 13:14:48 +0000 (14:14 +0100)
commit3a151494dc04c76add577ae66e8a04f900638aaf
treebe966e00ccc3a6f74084702e4ff32d6c431e20fb
parent59edcd91d852f88ef7d208029503f9b5310d0603
thermal/drivers/armada: Use strscpy() to instead of strncpy()

The implementation of strscpy() is more robust and safer.
That's now the recommended way to copy NUL-terminated strings.

Signed-off-by: Xu Panda <xu.panda@zte.com.cn>
Signed-off-by: Yang Yang <yang.yang29@zte.com>
Link: https://lore.kernel.org/r/202212280945491860150@zte.com.cn
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
drivers/thermal/armada_thermal.c