lkml.org 
[lkml]   [2004]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] remove blank line in show_trace()

Delete a blank line for more error reporting on-screen.

A couple of days ago, Norm Diamond reported some instances
of newlines taking up valuable screen space instead of those
lines containing useful registers/stack/messages.
This removes one instance of an unneeded blank line.

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>


diffstat:=
arch/i386/kernel/traps.c | 1 -
1 files changed, 1 deletion(-)

diff -Naurp ./arch/i386/kernel/traps.c~stack_newline ./arch/i386/kernel/traps.c
--- ./arch/i386/kernel/traps.c~stack_newline 2004-06-15 22:19:01.000000000 -0700
+++ ./arch/i386/kernel/traps.c 2004-06-16 21:48:15.000000000 -0700
@@ -163,7 +163,6 @@ void show_trace(struct task_struct *task
break;
printk(" =======================\n");
}
- printk("\n");
}

void show_stack(struct task_struct *task, unsigned long *esp)

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.216 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site