projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256a6b4
)
[PATCH] kernel-doc: fix function name in usercopy.c
author
Randy Dunlap
<rdunlap@xenotime.net>
Wed, 11 Oct 2006 08:22:09 +0000
(
01:22
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:24 +0000
(11:14 -0700)
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>
arch/i386/lib/usercopy.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/lib/usercopy.c
b/arch/i386/lib/usercopy.c
index 08502fc6d0cb8d0fc819682d26b499e5aab08efb..258df6b4d7d7646ec5bd7a9843c669be14327928 100644
(file)
--- 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.
+ * str
n
len_user: - Get the size of a string in user space.
* @s: The string to measure.
* @n: The maximum valid length
*