public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] removes unnessary print of space
@ 2004-09-06  7:07 Kirill Korotaev
  2004-09-06  7:08 ` Andrew Morton
  2004-09-06  7:57 ` Kalin KOZHUHAROV
  0 siblings, 2 replies; 8+ messages in thread
From: Kirill Korotaev @ 2004-09-06  7:07 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

This patch removes unnessary print of space in bust_spinlocks().
printk("") wakeups klogd as well, no need to print a space
and make a mess.

Kirill

[-- Attachment #2: diff-oops-printk --]
[-- Type: text/plain, Size: 365 bytes --]

--- ./arch/i386/mm/fault.c.printk	2004-08-14 14:54:46.000000000 +0400
+++ ./arch/i386/mm/fault.c	2004-09-06 11:02:32.730550352 +0400
@@ -51,7 +51,7 @@ void bust_spinlocks(int yes)
 	 * a poke.  Hold onto your hats...
 	 */
 	console_loglevel = 15;		/* NMI oopser may have shut the console up */
-	printk(" ");
+	printk("");
 	console_loglevel = loglevel_save;
 }
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-09-06 16:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-06  7:07 [PATCH] removes unnessary print of space Kirill Korotaev
2004-09-06  7:08 ` Andrew Morton
2004-09-06  8:34   ` Kirill Korotaev
2004-09-06  8:29     ` Andrew Morton
2004-09-06 16:33     ` Randy.Dunlap
2004-09-06 12:17   ` Chris Wedgwood
2004-09-06  7:57 ` Kalin KOZHUHAROV
2004-09-06  9:03   ` Tonnerre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox