tracing/filters: return proper error code when writing filter file
[cascardo/linux.git] / kernel / trace / trace_stack.c
index 91ccbf3..c750f65 100644 (file)
@@ -262,9 +262,9 @@ static int t_show(struct seq_file *m, void *v)
        int size;
 
        if (v == SEQ_START_TOKEN) {
-               seq_printf(m, "        Depth    Size      Location"
+               seq_printf(m, "        Depth    Size   Location"
                           "    (%d entries)\n"
-                          "        -----    ----      --------\n",
+                          "        -----    ----   --------\n",
                           max_stack_trace.nr_entries);
 
                if (!stack_tracer_enabled && !max_stack_size)