[PATCH] trivial: printk: fix indentation of new_text_linedeclaration

From: Jiri Kosina
Date: Thu Dec 04 2008 - 06:44:50 EST


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