The patch titled Subject: befs: fix function name in documentation has been added to the -mm tree. Its filename is befs-fix-function-name-in-documentation.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/befs-fix-function-name-in-documentation.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/befs-fix-function-name-in-documentation.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 befs-check-return-of-sb_min_blocksize.patch befs-fix-function-name-in-documentation.patch befs-remove-unused-functions.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