From: Luis de Bethencourt Date: Sat, 23 Jul 2016 12:36:42 +0000 (+1000) Subject: befs: fix function name in documentation X-Git-Tag: v4.9-rc1~1^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10145d6116325266728e423c42d84a89f8f129d2;p=thirdparty%2Fkernel%2Flinux.git 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@osg.samsung.com Signed-off-by: Luis de Bethencourt Signed-off-by: Andrew Morton --- diff --git a/fs/befs/super.c b/fs/befs/super.c index aeafc4d842788..9d1b56cd6f19d 100644 --- a/fs/befs/super.c +++ b/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 * *