[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.1.10.0812041242260.5809@jikos.suse.cz>
Date: Thu, 4 Dec 2008 12:44:34 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Nick Andrew <nick@...k-andrew.net>
cc: linux-kernel@...r.kernel.org
Subject: [PATCH] trivial: printk: fix indentation of new_text_line
declaration
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@...e.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@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists