mtd/fs/jffs2 background.c,1.28,1.29

David Woodhouse dwmw2 at infradead.org
Fri Jun 7 06:04:30 EDT 2002


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

Modified Files:
	background.c 
Log Message:
Remove extra \n

Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/background.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- background.c	20 May 2002 14:56:37 -0000	1.28
+++ background.c	7 Jun 2002 10:04:28 -0000	1.29
@@ -168,7 +168,7 @@
 	else 
 		ret = 0;
 
-	D1(printk(KERN_DEBUG "thread_should_wake(): nr_free_blocks %d, nr_erasing_blocks %d, dirty_size 0x%x (mod 0x%x\n): %s\n", 
+	D1(printk(KERN_DEBUG "thread_should_wake(): nr_free_blocks %d, nr_erasing_blocks %d, dirty_size 0x%x (mod 0x%x): %s\n", 
 		  c->nr_free_blocks, c->nr_erasing_blocks, c->dirty_size,
 		  c->dirty_size - gcnodeofs, ret?"yes":"no"));
 





More information about the linux-mtd-cvs mailing list