[PATCH 23/45] writeback: kill space in debugfs item name

From: Wu Fengguang
Date: Wed Oct 07 2009 - 04:03:45 EST


The space is not script friendly, kill it.

CC: Jens Axboe <jens.axboe@xxxxxxxxxx>
Signed-off-by: Wu Fengguang <fengguang.wu@xxxxxxxxx>
---
mm/backing-dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux.orig/mm/backing-dev.c 2009-10-06 23:38:44.000000000 +0800
+++ linux/mm/backing-dev.c 2009-10-06 23:38:45.000000000 +0800
@@ -94,7 +94,7 @@ static int bdi_debug_stats_show(struct s
"DirtyThresh: %8lu kB\n"
"BackgroundThresh: %8lu kB\n"
"WriteBandwidth: %8lu kBps\n"
- "WriteBack threads:%8lu\n"
+ "WriteBackThreads: %8lu\n"
"b_dirty: %8lu\n"
"b_io: %8lu\n"
"b_more_io: %8lu\n"


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/