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:
3c3c10b
)
jffs2: fix typo in scan.c
author
Masanari Iida
<
[email protected]
>
Fri, 27 Jan 2012 15:17:28 +0000
(
00:17
+0900)
committer
David Woodhouse
<
[email protected]
>
Mon, 26 Mar 2012 23:20:11 +0000
(
00:20
+0100)
Correct spelling "scaning" to scanning" in
fs/jffs2/scan.c
Signed-off-by: Masanari Iida <
[email protected]
>
Signed-off-by: Artem Bityutskiy <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
fs/jffs2/scan.c
patch
|
blob
|
history
diff --git
a/fs/jffs2/scan.c
b/fs/jffs2/scan.c
index c02737375854083457c34172554f630df425b464..a06d47a688c717e2158d0962a5f7a54663018b57 100644
(file)
--- a/
fs/jffs2/scan.c
+++ b/
fs/jffs2/scan.c
@@
-366,7
+366,7
@@
static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_erasebloc
if (jffs2_sum_active())
jffs2_sum_add_xattr_mem(s, rx, ofs - jeb->offset);
- dbg_xattr("scaning xdatum at %#08x (xid=%u, version=%u)\n",
+ dbg_xattr("scan
n
ing xdatum at %#08x (xid=%u, version=%u)\n",
ofs, xd->xid, xd->version);
return 0;
}