Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1a75b94f7bda591f4c53af86baa50e1eaee35927
Commit:     1a75b94f7bda591f4c53af86baa50e1eaee35927
Parent:     f6b53205e17c8ca481c69ed579a35a650a4b481a
Author:     Ingo Molnar <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 15 17:00:08 2007 +0200
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Mon Oct 15 17:00:08 2007 +0200

    sched: prettify /proc/sched_debug output
    
    print the correct amount of dashes in /proc/sched_debug.
    
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]>
    Reviewed-by: Thomas Gleixner <[EMAIL PROTECTED]>
---
 kernel/sched_debug.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c
index bb34b81..22cf74c 100644
--- a/kernel/sched_debug.c
+++ b/kernel/sched_debug.c
@@ -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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to