mtd/fs/jffs2 write.c,1.55,1.56

David Woodhouse dwmw2 at infradead.org
Wed Jul 10 10:05:19 EDT 2002


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv7886

Modified Files:
	write.c 
Log Message:
Literacy fix

Index: write.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/write.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- write.c	20 May 2002 14:56:39 -0000	1.55
+++ write.c	10 Jul 2002 14:05:16 -0000	1.56
@@ -65,7 +65,7 @@
 			ret = 1;
 	}
 	if (ret) {
-		printk(KERN_WARNING "ARGH. About to write node to 0x%08x on flash, but there's data already there:\n", ofs);
+		printk(KERN_WARNING "ARGH. About to write node to 0x%08x on flash, but there are data already there:\n", ofs);
 		printk(KERN_WARNING "0x%08x: %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n", 
 		       ofs,
 		       buf[0], buf[1], buf[2], buf[3], buf[4], buf[5], buf[6], buf[7],





More information about the linux-mtd-cvs mailing list