]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ftrace: remove latency-tracer leftover
authorIngo Molnar <mingo@elte.hu>
Thu, 24 Jul 2008 06:10:02 +0000 (08:10 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Jul 2008 06:10:02 +0000 (08:10 +0200)
remove the :vim=ft=help tag from trace files.

I used them years ago to syntax-highlight traces and forgot about this hack.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace.c

index 868e121c8e385f36604271ddf93d97bb92f24dd0..fc20e09a6cb1438f8c7b854e9cadb01aa109db02 100644 (file)
@@ -1203,9 +1203,6 @@ static void *s_next(struct seq_file *m, void *v, loff_t *pos)
 
        iter->pos = *pos;
 
-       if (last_ent && !ent)
-               seq_puts(m, "\n\nvim:ft=help\n");
-
        return ent;
 }