The patch titled Subject: befs: fix function name in documentation has been removed from the -mm tree. Its filename was befs-fix-function-name-in-documentation.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Luis de Bethencourt <luisbg@xxxxxxxxxxxxxxx> Subject: befs: fix function name in documentation Documentation of function befs_load_cb() lists it as load_befs_sb(). Fix the misnomer. Link: http://lkml.kernel.org/r/1465700235-22881-2-git-send-email-luisbg@xxxxxxxxxxxxxxx Signed-off-by: Luis de Bethencourt <luisbg@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/befs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/befs/super.c~befs-fix-function-name-in-documentation fs/befs/super.c --- a/fs/befs/super.c~befs-fix-function-name-in-documentation +++ a/fs/befs/super.c @@ -14,7 +14,7 @@ #include "super.h" /** - * load_befs_sb -- Read from disk and properly byteswap all the fields + * befs_load_sb -- Read from disk and properly byteswap all the fields * of the befs superblock * * _ Patches currently in -mm which might be from luisbg@xxxxxxxxxxxxxxx are dynamic_debug-only-add-header-when-used.patch dynamic_debug-only-add-header-when-used-fix.patch maintainers-befs-add-new-maintainers.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