aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/ftrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h
index 39a3351f2e7f..15ef08d9add1 100644
--- a/include/trace/ftrace.h
+++ b/include/trace/ftrace.h
@@ -198,7 +198,7 @@ ftrace_define_fields_##call(void) \
198 struct ftrace_event_call *event_call = &event_##call; \ 198 struct ftrace_event_call *event_call = &event_##call; \
199 int ret; \ 199 int ret; \
200 \ 200 \
201 __common_field(unsigned char, type); \ 201 __common_field(int, type); \
202 __common_field(unsigned char, flags); \ 202 __common_field(unsigned char, flags); \
203 __common_field(unsigned char, preempt_count); \ 203 __common_field(unsigned char, preempt_count); \
204 __common_field(int, pid); \ 204 __common_field(int, pid); \