Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140939
b: refs/heads/master
c: f28e557
h: refs/heads/master
i:
  140937: 8ba96d3
  140935: f00cafe
v: v3
  • Loading branch information
Steven Rostedt committed Mar 13, 2009
1 parent d7f716c commit 6b47c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 889a6c367283709a80dad9413488472596a1a1d2
refs/heads/master: f28e55765e40450c127e44d00ae65d0cd1a4efec
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_events_stage_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \
\
field = (typeof(field))entry; \
\
ret = trace_seq_printf(s, print); \
ret = trace_seq_printf(s, #call ": " print); \
if (!ret) \
return TRACE_TYPE_PARTIAL_LINE; \
\
Expand Down

0 comments on commit 6b47c44

Please sign in to comment.