projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f326966
)
jffs2: typo in comment
author
Dan Carpenter
<error27@gmail.com>
Mon, 15 Nov 2010 18:20:05 +0000
(21:20 +0300)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 3 Dec 2010 16:30:40 +0000
(16:30 +0000)
It says FB instead of FS (file system).
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
fs/jffs2/jffs2_fs_sb.h
patch
|
blob
|
history
diff --git
a/fs/jffs2/jffs2_fs_sb.h
b/fs/jffs2/jffs2_fs_sb.h
index f864005de64ccbd367b03c5985a7fd11782ab996..0bc6a6c80a56d569054c14bed1865ea2979a0407 100644
(file)
--- a/
fs/jffs2/jffs2_fs_sb.h
+++ b/
fs/jffs2/jffs2_fs_sb.h
@@
-144,4
+144,4
@@
struct jffs2_sb_info {
void *os_priv;
};
-#endif /* _JFFS2_F
B
_SB */
+#endif /* _JFFS2_F
S
_SB */