]> git.baikalelectronics.ru Git - kernel.git/commit
s390/string: use generic strlcpy
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 21 Oct 2021 12:43:10 +0000 (14:43 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 26 Oct 2021 13:21:30 +0000 (15:21 +0200)
commit6030be576b27d32abd172fbeff9cb6c0804ffdcc
treed45c6476c9341d257e8c5bd92574cc73938f69b8
parentba668a98cc1cfc41165ea96586f268b13d2670a8
s390/string: use generic strlcpy

The generic version of strlcpy is identical to the architecure
specific variant.
Therefore use the generic variant.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/string.h
arch/s390/lib/string.c