浏览代码

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 <luisbg@osg.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Luis de Bethencourt 9 年之前
父节点
当前提交
10145d6116
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/befs/super.c

+ 1 - 1
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
  *
  *