Skip to content

Commit

Permalink
[PATCH] kernel-doc: fix function name in usercopy.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 11, 2006
1 parent 256a6b4 commit 35e38a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/lib/usercopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 35e38a6

Please sign in to comment.