Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1986b0cb authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent 28afe961
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
}