mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] trivial: printk: fix indentation of new_text_line declaration
@ 2008-12-04 11:44 Jiri Kosina
  2008-12-04 13:17 ` Nick Andrew
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Kosina @ 2008-12-04 11:44 UTC (permalink / raw)
  To: Nick Andrew; +Cc: linux-kernel

Hi Nick,

I have just come across bogus indentation of new_text_line declaration. I 
have applied the patch below to trivial tree. If the indentation had some 
specific non-obvious purpose and was done intentionally this way, please 
let me know :)



From: Jiri Kosina <jkosina@suse.cz>
Subject: trivial: printk: fix indentation of new_text_line declaration

Remove bogus indentation of new_text_line declaration introduced in
commit ac60ad741.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 kernel/printk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/printk.c b/kernel/printk.c
index f492f15..fb17944 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -619,7 +619,7 @@ static int acquire_console_semaphore_for_printk(unsigned int cpu)
 static const char recursion_bug_msg [] =
 		KERN_CRIT "BUG: recent printk recursion!\n";
 static int recursion_bug;
-	static int new_text_line = 1;
+static int new_text_line = 1;
 static char printk_buf[1024];
 
 asmlinkage int vprintk(const char *fmt, va_list args)
-- 
1.5.6


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

end of thread, other threads:[~2008-12-04 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-04 11:44 [PATCH] trivial: printk: fix indentation of new_text_line declaration Jiri Kosina
2008-12-04 13:17 ` Nick Andrew

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

all inboxes | Powered by JetHome®