diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-01-27 10:17:28 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-03-26 19:20:11 -0400 |
commit | 3e3417402b3bcaf0faf7995d426b848d7aa17c6e (patch) | |
tree | 23d4a75d26e463222d7e69ff73f59ad12fd465b5 /fs | |
parent | 3c3c10bba1e4ccb75b41442e45c1a072f6cded19 (diff) |
jffs2: fix typo in scan.c
Correct spelling "scaning" to scanning" in
fs/jffs2/scan.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/jffs2/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/scan.c b/fs/jffs2/scan.c index c02737375854..a06d47a688c7 100644 --- 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 | |||
366 | 366 | ||
367 | if (jffs2_sum_active()) | 367 | if (jffs2_sum_active()) |
368 | jffs2_sum_add_xattr_mem(s, rx, ofs - jeb->offset); | 368 | jffs2_sum_add_xattr_mem(s, rx, ofs - jeb->offset); |
369 | dbg_xattr("scaning xdatum at %#08x (xid=%u, version=%u)\n", | 369 | dbg_xattr("scanning xdatum at %#08x (xid=%u, version=%u)\n", |
370 | ofs, xd->xid, xd->version); | 370 | ofs, xd->xid, xd->version); |
371 | return 0; | 371 | return 0; |
372 | } | 372 | } |