[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>
This commit is contained in:
committed by
Linus Torvalds
parent
256a6b4136
commit
35e38a6e03
@@ -179,7 +179,7 @@ __clear_user(void __user *to, unsigned long n)
|
|||||||
EXPORT_SYMBOL(__clear_user);
|
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.
|
* @s: The string to measure.
|
||||||
* @n: The maximum valid length
|
* @n: The maximum valid length
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user