diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 10:01:22 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 10:01:22 +0100 |
commit | ef53cb02ffee8ceb44ea75f778f77eace6b9c89a (patch) | |
tree | 3e41f74e33ca8b995f5aeb914074ac980b10e56a /fs/jffs2/readinode.c | |
parent | 16adce7b6f4dab015d0b93274b41f8aae6fe07a5 (diff) | |
download | linux-3.10-ef53cb02ffee8ceb44ea75f778f77eace6b9c89a.tar.gz linux-3.10-ef53cb02ffee8ceb44ea75f778f77eace6b9c89a.tar.bz2 linux-3.10-ef53cb02ffee8ceb44ea75f778f77eace6b9c89a.zip |
[JFFS2] Whitespace cleanups.
Convert many spaces to tabs; one or two other minor cosmetic fixes.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/readinode.c')
-rw-r--r-- | fs/jffs2/readinode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c index b5baa356fed..8d4319c56b1 100644 --- a/fs/jffs2/readinode.c +++ b/fs/jffs2/readinode.c @@ -211,7 +211,7 @@ static void jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info * * ordering. * * Returns 0 if the node was handled (including marking it obsolete) - * < 0 an if error occurred + * < 0 an if error occurred */ static int jffs2_add_tn_to_tree(struct jffs2_sb_info *c, struct jffs2_readinode_info *rii, @@ -862,8 +862,8 @@ static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_re JFFS2_ERROR("REF_UNCHECKED but unknown node at %#08x\n", ref_offset(ref)); JFFS2_ERROR("Node is {%04x,%04x,%08x,%08x}. Please report this error.\n", - je16_to_cpu(un->magic), je16_to_cpu(un->nodetype), - je32_to_cpu(un->totlen), je32_to_cpu(un->hdr_crc)); + je16_to_cpu(un->magic), je16_to_cpu(un->nodetype), + je32_to_cpu(un->totlen), je32_to_cpu(un->hdr_crc)); jffs2_mark_node_obsolete(c, ref); return 0; } |