mtd/docboot makespl.c,1.5,1.6

gleixner at infradead.org gleixner at infradead.org
Mon Nov 7 06:16:07 EST 2005


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);
 	}
 





More information about the linux-mtd-cvs mailing list