aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2012-08-17 09:52:17 -0400
committerTheodore Ts'o <tytso@mit.edu>2012-08-17 09:52:17 -0400
commit81370291722ac1e0ec95234a0ea91a5bc76b6185 (patch)
treecea806d89ff429779fbf2e04f85118b4975200c3 /include/trace
parentext4: realign trace events structs to make it smaller (diff)
downloadlinux-dev-81370291722ac1e0ec95234a0ea91a5bc76b6185.tar.xz
linux-dev-81370291722ac1e0ec95234a0ea91a5bc76b6185.zip
ext4: add missing space to trace message
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/ext4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/ext4.h b/include/trace/events/ext4.h
index db67c717fc6d..d49b285385e8 100644
--- a/include/trace/events/ext4.h
+++ b/include/trace/events/ext4.h
@@ -320,7 +320,7 @@ TRACE_EVENT(ext4_da_writepages,
),
TP_printk("dev %d,%d ino %lu nr_to_write %ld pages_skipped %ld "
- "range_start %lld range_end %lld sync_mode %d"
+ "range_start %lld range_end %lld sync_mode %d "
"for_kupdate %d range_cyclic %d writeback_index %lu",
MAJOR(__entry->dev), MINOR(__entry->dev),
(unsigned long) __entry->ino, __entry->nr_to_write,