Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146053
b: refs/heads/master
c: 6a74aa4
h: refs/heads/master
i:
  146051: 426758c
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Apr 22, 2009
1 parent b86d1c3 commit de370eb
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: 7e7ca9a22dbbc5c91763cd16923c7509918709b6
refs/heads/master: 6a74aa40907757ec98d8710ff66cd4cfe064e7d8
2 changes: 1 addition & 1 deletion trunk/include/trace/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
#define TP_printk(fmt, args...) fmt "\n", args

#undef __get_str
#define __get_str(field) (char *)__entry + __entry->__str_loc_##field
#define __get_str(field) ((char *)__entry + __entry->__str_loc_##field)

#undef TRACE_EVENT
#define TRACE_EVENT(call, proto, args, tstruct, assign, print) \
Expand Down

0 comments on commit de370eb

Please sign in to comment.