Skip to content

Commit 1986b0c

Browse files
author
Ingo Molnar
committed
ftrace: remove latency-tracer leftover
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 <[email protected]>
1 parent 28afe96 commit 1986b0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel/trace/trace.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,6 @@ static void *s_next(struct seq_file *m, void *v, loff_t *pos)
12031203

12041204
iter->pos = *pos;
12051205

1206-
if (last_ent && !ent)
1207-
seq_puts(m, "\n\nvim:ft=help\n");
1208-
12091206
return ent;
12101207
}
12111208

0 commit comments

Comments
 (0)