mtd/fs/jffs2 build.c,1.62,1.63
David Woodhouse
dwmw2 at infradead.org
Sat Nov 20 03:45:18 EST 2004
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv16312/fs/jffs2
Modified Files:
build.c
Log Message:
remove double semicolon
Index: build.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/build.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- build.c 19 Nov 2004 13:41:16 -0000 1.62
+++ build.c 20 Nov 2004 08:45:15 -0000 1.63
@@ -98,7 +98,7 @@
c->flags |= JFFS2_SB_FLAG_MOUNTING;
ret = jffs2_scan_medium(c);
if (ret)
- goto exit;;
+ goto exit;
D1(printk(KERN_DEBUG "Scanned flash completely\n"));
D2(jffs2_dump_block_lists(c));
More information about the linux-mtd-cvs
mailing list