aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/lib
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-10-11 01:22:09 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-11 11:14:24 -0700
commit35e38a6e03bedba7c633ae03d286accd85ab6a42 (patch)
tree7f660cbdd413843bea7a8bd877231e18b932b740 /arch/i386/lib
parent[PATCH] lockdep: fix printk recursion logic (diff)
downloadlinux-dev-35e38a6e03bedba7c633ae03d286accd85ab6a42.tar.xz
linux-dev-35e38a6e03bedba7c633ae03d286accd85ab6a42.zip
[PATCH] kernel-doc: fix function name in usercopy.c
Fix kernel-doc function name in usercopy.c. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/lib')
-rw-r--r--arch/i386/lib/usercopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/usercopy.c b/arch/i386/lib/usercopy.c
index 08502fc6d0cb..258df6b4d7d7 100644
--- a/arch/i386/lib/usercopy.c
+++ b/arch/i386/lib/usercopy.c
@@ -179,7 +179,7 @@ __clear_user(void __user *to, unsigned long n)
EXPORT_SYMBOL(__clear_user);
/**
- * strlen_user: - Get the size of a string in user space.
+ * strnlen_user: - Get the size of a string in user space.
* @s: The string to measure.
* @n: The maximum valid length
*