From: Adrian Bunk <bunk@kernel.org>
To: Ingo Molnar <mingo@elte.hu>, Nick Piggin <npiggin@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] make printk_recursion_bug_msg[] static
Date: Tue, 29 Jan 2008 00:11:46 +0200 [thread overview]
Message-ID: <20080128221146.GB8767@does.not.exist> (raw)
printk_recursion_bug_msg[] can become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
77c15a78b65e014c00b533e4c5eeee98a71853fc
diff --git a/kernel/printk.c b/kernel/printk.c
index 3b7c968..f8e4229 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -623,7 +623,7 @@ asmlinkage int printk(const char *fmt, ...)
/* cpu currently holding logbuf_lock */
static volatile unsigned int printk_cpu = UINT_MAX;
-const char printk_recursion_bug_msg [] =
+static const char printk_recursion_bug_msg[] =
KERN_CRIT "BUG: recent printk recursion!\n";
static int printk_recursion_bug;
next reply other threads:[~2008-01-28 22:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-28 22:11 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-02-13 21:30 [2.6 patch] make printk_recursion_bug_msg[] static Adrian Bunk
2008-03-30 22:40 Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080128221146.GB8767@does.not.exist \
--to=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=npiggin@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox