[PATCH] remove blank line in show_trace()

From: Randy.Dunlap
Date: Thu Jun 17 2004 - 00:29:33 EST



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@xxxxxxxx>


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/