projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173b066
)
befs: fix function name in documentation
author
Luis de Bethencourt
<luisbg@osg.samsung.com>
Sat, 23 Jul 2016 12:36:42 +0000
(22:36 +1000)
committer
Luis de Bethencourt
<luisbg@osg.samsung.com>
Sat, 8 Oct 2016 09:01:11 +0000
(10:01 +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
patch
|
blob
|
blame
|
history
diff --git
a/fs/befs/super.c
b/fs/befs/super.c
index aeafc4d842788ca7cc760599b68e9d5988dd4110..9d1b56cd6f19d4b49b1d62721e446c0720519170 100644
(file)
--- 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
*
*