tracing: remove funky whitespace in the trace code
[deliverable/linux.git] / kernel / trace / trace_export.c
index 23ae78430d589412f9a7eec6f8809f20caab2f56..4d9952d3df5076edddeefd723b0e4904fdc9c699 100644 (file)
@@ -94,7 +94,7 @@ ftrace_format_##call(struct trace_seq *s)                             \
 static struct ftrace_event_call __used                                 \
 __attribute__((__aligned__(4)))                                                \
 __attribute__((section("_ftrace_events"))) event_##call = {            \
-       .name                   = #call,                                \
+       .name                   = #call,                                \
        .id                     = proto,                                \
        .system                 = __stringify(TRACE_SYSTEM),            \
        .show_format            = ftrace_format_##call,                 \
This page took 0.024204 seconds and 5 git commands to generate.