]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sched: prettify /proc/sched_debug output
authorIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:08 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:08 +0000 (17:00 +0200)
print the correct amount of dashes in /proc/sched_debug.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sched_debug.c

index bb34b8188f61b67d69d781f099ab3ff937e2657b..22cf74c1dc031d300c4518276989fb8523e350af 100644 (file)
@@ -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);