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:
6ea4558
)
befs: fix typo in befs_sb_info
author
Salah Triki
<salah.triki@gmail.com>
Tue, 9 Aug 2016 13:46:05 +0000
(14:46 +0100)
committer
Luis de Bethencourt
<luisbg@osg.samsung.com>
Sat, 8 Oct 2016 09:01:27 +0000
(10:01 +0100)
Fixing jornal to Journal.
Signed-off-by: Salah Triki <salah.triki@gmail.com>
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/befs.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/befs/befs.h
b/fs/befs/befs.h
index af8ea961e88f7001eb3582dc9f3d64192f1fab58..c6bad51d8ec7b56d8027c019a98a656596911110 100644
(file)
--- a/
fs/befs/befs.h
+++ b/
fs/befs/befs.h
@@
-46,7
+46,7
@@
struct befs_sb_info {
/* State of the superblock */
u32 flags;
- /*
jo
rnal log entry */
+ /*
Jou
rnal log entry */
befs_block_run log_blocks;
befs_off_t log_start;
befs_off_t log_end;