mtd/fs/jffs2 background.c,1.26,1.27

David Woodhouse dwmw2 at infradead.org
Mon May 13 07:51:41 EDT 2002


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

Modified Files:
	background.c 
Log Message:
Add missing \n


Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/background.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- background.c	10 May 2002 21:25:50 -0000	1.26
+++ background.c	13 May 2002 11:51:38 -0000	1.27
@@ -192,7 +192,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", 
+	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", 
 		  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