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

Commit 1a75b94f authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: prettify /proc/sched_debug output



print the correct amount of dashes in /proc/sched_debug.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Reviewed-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent f6b53205
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -60,10 +60,8 @@ static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu)
	"\nrunnable tasks:\n"
	"            task   PID        tree-key  switches  prio"
	"    exec-runtime        sum-exec       sum-sleep\n"
	"------------------------------------------------------------------"
	"--------------------------------"
	"------------------------------------------------"
	"--------------------------------\n");
	"------------------------------------------------------"
	"------------------------------------------------");

	read_lock_irq(&tasklist_lock);