aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorWu Fengguang <fengguang.wu@intel.com>2009-10-09 13:01:27 +0200
committerJens Axboe <jens.axboe@oracle.com>2009-10-09 13:01:27 +0200
commit961515f613f26b7958c56c5c71061a8231e02be7 (patch)
tree136d6cc71141a66368bfd121f4ab84a47ad715cc /mm
parentwriteback: account IO throttling wait as iowait (diff)
downloadlinux-dev-961515f613f26b7958c56c5c71061a8231e02be7.tar.xz
linux-dev-961515f613f26b7958c56c5c71061a8231e02be7.zip
writeback: kill space in debugfs item name
The space is not script friendly, kill it. Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'mm')
-rw-r--r--mm/backing-dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/backing-dev.c b/mm/backing-dev.c
index 3d3accb1f800..5a37e2055717 100644
--- a/mm/backing-dev.c
+++ b/mm/backing-dev.c
@@ -92,7 +92,7 @@ static int bdi_debug_stats_show(struct seq_file *m, void *v)
"BdiDirtyThresh: %8lu kB\n"
"DirtyThresh: %8lu kB\n"
"BackgroundThresh: %8lu kB\n"
- "WriteBack threads:%8lu\n"
+ "WritebackThreads: %8lu\n"
"b_dirty: %8lu\n"
"b_io: %8lu\n"
"b_more_io: %8lu\n"