befs: fix function name in documentation
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 23 Jul 2016 12:36:42 +0000 (22:36 +1000)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
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>
fs/befs/super.c

index aeafc4d842788ca7cc760599b68e9d5988dd4110..9d1b56cd6f19d4b49b1d62721e446c0720519170 100644 (file)
@@ -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
  *
  *
This page took 0.025181 seconds and 5 git commands to generate.