diff options
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/ftrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index b4ec83ae711f..9276ec4f34de 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h | |||
@@ -209,8 +209,8 @@ ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \ | |||
209 | 209 | ||
210 | #undef __string | 210 | #undef __string |
211 | #define __string(item, src) \ | 211 | #define __string(item, src) \ |
212 | ret = trace_seq_printf(s, "\tfield: __str_loc " #item ";\t" \ | 212 | ret = trace_seq_printf(s, "\tfield:__str_loc " #item ";\t" \ |
213 | "offset:%u;tsize:%u;\n", \ | 213 | "offset:%u;\tsize:%u;\n", \ |
214 | (unsigned int)offsetof(typeof(field), \ | 214 | (unsigned int)offsetof(typeof(field), \ |
215 | __str_loc_##item), \ | 215 | __str_loc_##item), \ |
216 | (unsigned int)sizeof(field.__str_loc_##item)); \ | 216 | (unsigned int)sizeof(field.__str_loc_##item)); \ |