Skip to content

Commit

Permalink
ext4: add missing space to trace message
Browse files Browse the repository at this point in the history
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Anatol Pomozov authored and Theodore Ts'o committed Aug 17, 2012
1 parent 210c052 commit 8137029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/events/ext4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8137029

Please sign in to comment.