jffs2: Drop bogus if in comment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 27 Nov 2014 11:05:46 +0000 (12:05 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Sat, 29 Nov 2014 02:23:44 +0000 (18:23 -0800)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
fs/jffs2/readinode.c

index 386303dca382e636fa9aab5d547f343e2e5058a1..dddbde4f56f4e32a4c43caff1c4ab231c7106ce6 100644 (file)
@@ -224,7 +224,7 @@ static int jffs2_add_tn_to_tree(struct jffs2_sb_info *c,
 
        dbg_readinode("insert fragment %#04x-%#04x, ver %u at %08x\n", tn->fn->ofs, fn_end, tn->version, ref_offset(tn->fn->raw));
 
-       /* If a node has zero dsize, we only have to keep if it if it might be the
+       /* If a node has zero dsize, we only have to keep it if it might be the
           node with highest version -- i.e. the one which will end up as f->metadata.
           Note that such nodes won't be REF_UNCHECKED since there are no data to
           check anyway. */