diff options
Diffstat (limited to 'include/trace/ftrace.h')
-rw-r--r-- | include/trace/ftrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index cc0d9667e182..dacb8ef67000 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h | |||
@@ -159,7 +159,7 @@ | |||
159 | #undef __get_str | 159 | #undef __get_str |
160 | 160 | ||
161 | #undef TP_printk | 161 | #undef TP_printk |
162 | #define TP_printk(fmt, args...) "%s, %s\n", #fmt, __stringify(args) | 162 | #define TP_printk(fmt, args...) "\"%s\", %s\n", fmt, __stringify(args) |
163 | 163 | ||
164 | #undef TP_fast_assign | 164 | #undef TP_fast_assign |
165 | #define TP_fast_assign(args...) args | 165 | #define TP_fast_assign(args...) args |