]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sparc: parport: Replace deprecated strcpy() with strscpy() in ecpp_probe()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 22 Sep 2025 21:03:51 +0000 (23:03 +0200)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 26 Sep 2025 15:26:43 +0000 (17:26 +0200)
commit8ebfe29b710ba0c40531089ce649d0e4a776125a
tree298b3ea88b755f8c33f579cb3eacdbb7f3519ccb
parent59d94ea8901cdab47dc65cabc790597eef99944f
sparc: parport: Replace deprecated strcpy() with strscpy() in ecpp_probe()

strcpy() is deprecated; use strscpy() instead.

No functional changes intended.

Link: https://github.com/KSPP/linux/issues/88
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/include/asm/parport_64.h