mtd/docboot makespl.c,1.5,1.6
gleixner at infradead.org
gleixner at infradead.org
Mon Nov 7 06:16:07 EST 2005
- Previous message: mtd/Documentation/DocBook Makefile.diff,1.2,1.3
- Next message: mtd/fs/jffs2 background.c, 1.58, 1.59 build.c, 1.84, 1.85 compr.c,
1.45, 1.46 compr.h, 1.8, 1.9 compr_rtime.c, 1.15,
1.16 compr_rubin.c, 1.21, 1.22 compr_rubin.h, 1.6,
1.7 compr_zlib.c, 1.31, 1.32 comprtest.c, 1.5, 1.6 crc32.h,
1.4, 1.5 debug.c, 1.11, 1.12 debug.h, 1.20, 1.21 dir.c, 1.89,
1.90 erase.c, 1.86, 1.87 file.c, 1.105, 1.106 fs.c, 1.67,
1.68 gc.c, 1.154, 1.155 histo.h, 1.1, 1.2 histo_mips.h, 1.2,
1.3 ioctl.c, 1.9, 1.10 malloc.c, 1.30, 1.31 nodelist.c, 1.114,
1.115 nodelist.h, 1.141, 1.142 nodemgmt.c, 1.128,
1.129 os-linux.h, 1.65, 1.66 rbtree.c, 1.3, 1.4 read.c, 1.41,
1.42 readinode.c, 1.142, 1.143 scan.c, 1.126, 1.127 summary.c,
1.5, 1.6 super-v24.c, 1.86, 1.87 super.c, 1.109,
1.110 symlink-v24.c, 1.18, 1.19 symlink.c, 1.18, 1.19 wbuf.c,
1.102, 1.103 write.c, 1.96, 1.97
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/docboot
In directory phoenix.infradead.org:/tmp/cvs-serv29274/docboot
Modified Files:
makespl.c
Log Message:
[MTD / JFFS2] Clean up trailing white spaces
Index: makespl.c
===================================================================
RCS file: /home/cvs/mtd/docboot/makespl.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- makespl.c 8 Sep 2005 14:34:22 -0000 1.5
+++ makespl.c 7 Nov 2005 11:14:18 -0000 1.6
@@ -138,7 +138,7 @@
usage();
}
}
-
+
if ((argc - optind) != 3) usage();
stubfd = open(argv[optind++], O_RDONLY);
@@ -329,7 +329,7 @@
}
if (len == 0)
break;
-
+
writeblocks(outfd, buf, len, image_sig, 0);
}
@@ -345,7 +345,7 @@
}
if (len == 0)
break;
-
+
writeblocks(initrd_outfd, buf, len, image_sig, 0);
}
- Previous message: mtd/Documentation/DocBook Makefile.diff,1.2,1.3
- Next message: mtd/fs/jffs2 background.c, 1.58, 1.59 build.c, 1.84, 1.85 compr.c,
1.45, 1.46 compr.h, 1.8, 1.9 compr_rtime.c, 1.15,
1.16 compr_rubin.c, 1.21, 1.22 compr_rubin.h, 1.6,
1.7 compr_zlib.c, 1.31, 1.32 comprtest.c, 1.5, 1.6 crc32.h,
1.4, 1.5 debug.c, 1.11, 1.12 debug.h, 1.20, 1.21 dir.c, 1.89,
1.90 erase.c, 1.86, 1.87 file.c, 1.105, 1.106 fs.c, 1.67,
1.68 gc.c, 1.154, 1.155 histo.h, 1.1, 1.2 histo_mips.h, 1.2,
1.3 ioctl.c, 1.9, 1.10 malloc.c, 1.30, 1.31 nodelist.c, 1.114,
1.115 nodelist.h, 1.141, 1.142 nodemgmt.c, 1.128,
1.129 os-linux.h, 1.65, 1.66 rbtree.c, 1.3, 1.4 read.c, 1.41,
1.42 readinode.c, 1.142, 1.143 scan.c, 1.126, 1.127 summary.c,
1.5, 1.6 super-v24.c, 1.86, 1.87 super.c, 1.109,
1.110 symlink-v24.c, 1.18, 1.19 symlink.c, 1.18, 1.19 wbuf.c,
1.102, 1.103 write.c, 1.96, 1.97
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list