X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fcsky%2Flib%2Fusercopy.c;h=f45b707f059f263817dc5e1b4cd3bc2b7bbf8802;hb=27787ba3fa4904422b3928b898d1bd3d74d98bea;hp=3c9bd645e6431db71e861aa307943330a57f534d;hpb=b29482fde649c72441d5478a4ea2c52c56d97a5e;p=linux-2.6-microblaze.git diff --git a/arch/csky/lib/usercopy.c b/arch/csky/lib/usercopy.c index 3c9bd645e643..f45b707f059f 100644 --- a/arch/csky/lib/usercopy.c +++ b/arch/csky/lib/usercopy.c @@ -116,7 +116,7 @@ long strncpy_from_user(char *dst, const char *src, long count) EXPORT_SYMBOL(strncpy_from_user); /* - * strlen_user: - Get the size of a string in user space. + * strnlen_user: - Get the size of a string in user space. * @str: The string to measure. * @n: The maximum valid length *