]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/trace/trace_export.c
ftrace: Correct a text align for event format output
[linux-2.6-omap-h63xx.git] / kernel / trace / trace_export.c
index 4d9952d3df5076edddeefd723b0e4904fdc9c699..07a22c33ebf3c31b4d07b7125a9062118ca90490 100644 (file)
@@ -40,7 +40,7 @@
 
 #undef TRACE_FIELD_ZERO_CHAR
 #define TRACE_FIELD_ZERO_CHAR(item)                                    \
-       ret = trace_seq_printf(s, "\tfield: char " #item ";\t"          \
+       ret = trace_seq_printf(s, "\tfield:char " #item ";\t"           \
                               "offset:%u;\tsize:0;\n",                 \
                               (unsigned int)offsetof(typeof(field), item)); \
        if (!ret)                                                       \