Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187865
b: refs/heads/master
c: a094fe0
h: refs/heads/master
i:
  187863: 6c241be
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Mar 6, 2010
1 parent 027d687 commit e3ce801
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: 801c29fd1fdeb84f60241beb445ff5db154450ae
refs/heads/master: a094fe04c751698a18c3a0d376a3bdb117f1e0d8
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_functions_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ print_graph_return(struct ftrace_graph_ret *trace, struct trace_seq *s,
if (!ret)
return TRACE_TYPE_PARTIAL_LINE;
} else {
ret = trace_seq_printf(s, "} (%ps)\n", (void *)trace->func);
ret = trace_seq_printf(s, "} /* %ps */\n", (void *)trace->func);
if (!ret)
return TRACE_TYPE_PARTIAL_LINE;
}
Expand Down

0 comments on commit e3ce801

Please sign in to comment.