Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177335
b: refs/heads/master
c: 4819568
h: refs/heads/master
i:
  177333: d0cd43f
  177331: 9583c2e
  177327: d69f5c7
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Dec 13, 2009
1 parent dd3efc5 commit 1b1894c
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: dd7f59435782a02ceb6d16b9ce823dd3345d75ec
refs/heads/master: 4819568f23a8bef0ca99b740ca60fe2450ab0aac
2 changes: 1 addition & 1 deletion trunk/include/trace/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ static int ftrace_raw_reg_event_##call(struct ftrace_event_call *unused)\
ret = register_trace_##call(ftrace_raw_event_##call); \
if (ret) \
pr_info("event trace: Could not activate trace point " \
"probe to " #call "\n"); \
"probe to %s\n", #call); \
return ret; \
} \
\
Expand Down

0 comments on commit 1b1894c

Please sign in to comment.