diff options
| author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-07-23 08:36:42 -0400 |
|---|---|---|
| committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-10-08 05:01:11 -0400 |
| commit | 10145d6116325266728e423c42d84a89f8f129d2 (patch) | |
| tree | 9ffc0957b3f89107ed6c8920d72c9271c266965c /fs/befs | |
| parent | 173b066f5826e8eca9b67e8091cab67fcda74f2f (diff) | |
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>
Diffstat (limited to 'fs/befs')
| -rw-r--r-- | fs/befs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/befs/super.c b/fs/befs/super.c index aeafc4d84278..9d1b56cd6f19 100644 --- a/fs/befs/super.c +++ b/fs/befs/super.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | #include "super.h" | 14 | #include "super.h" |
| 15 | 15 | ||
| 16 | /** | 16 | /** |
| 17 | * load_befs_sb -- Read from disk and properly byteswap all the fields | 17 | * befs_load_sb -- Read from disk and properly byteswap all the fields |
| 18 | * of the befs superblock | 18 | * of the befs superblock |
| 19 | * | 19 | * |
| 20 | * | 20 | * |
