The patch titled kernel-doc: fix function name in usercopy.c has been removed from the -mm tree. Its filename is kernel-doc-fix-function-name-in-usercopyc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 git-acpi.patch acpi-fix-printk-format-warnings.patch w1-kconfig-fix.patch pcmcia-ds-must_check-fixes.patch i386-math-emu-fix-must_checks.patch acx1xx-wireless-driver.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