]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/ipl: Rename and change strncpy_skip_quote()
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 11 Apr 2025 13:29:11 +0000 (15:29 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 17 Apr 2025 13:16:10 +0000 (15:16 +0200)
commit2eba6f9e6b87bfe32d944409d14cbb134b17a69a
tree926d3c900d55eab4803e5709786895991b62631a
parente7b3f9a05889d662f05808ae990f531821c5f760
s390/ipl: Rename and change strncpy_skip_quote()

Rename strncpy_skip_quote() to strscpy_skip_quote() and change its
implementation so that the destination string is always NUL terminated.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/ipl.c