The patch titled kernel-doc: fix function name in usercopy.c has been added to the -mm tree. Its filename is kernel-doc-fix-function-name-in-usercopyc.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: kernel-doc: fix function name in usercopy.c From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Fix kernel-doc function name in usercopy.c. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/lib/usercopy.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/lib/usercopy.c~kernel-doc-fix-function-name-in-usercopyc arch/i386/lib/usercopy.c --- a/arch/i386/lib/usercopy.c~kernel-doc-fix-function-name-in-usercopyc +++ a/arch/i386/lib/usercopy.c @@ -179,7 +179,7 @@ __clear_user(void __user *to, unsigned l 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 * _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch ext4-enable.patch jbd2-enable.patch extents_comment_fix.patch git-acpi.patch acpi-fix-printk-format-warnings.patch w1-kconfig-fix.patch pcmcia-ds-must_check-fixes.patch acx1xx-wireless-driver.patch fix-module-taint-flags-listing-in-oops-panic.patch kernel-doc-fix-function-name-in-usercopyc.patch uaccessh-match-kernel-doc-and-function-names.patch i386-math-emu-fix-must_checks.patch kernel-doc-drop-various-inline-qualifiers.patch fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-cachefiles-printk-format-warning.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html