From: Stephen Hemminger <shemminger@vyatta.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH] eql: fix non-constant printk warning
Date: Fri, 20 Mar 2009 10:14:14 -0700 [thread overview]
Message-ID: <20090320101414.32374962@nehalam> (raw)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
--- a/drivers/net/eql.c 2009-02-26 12:04:34.000000000 -0800
+++ b/drivers/net/eql.c 2009-02-26 12:04:52.000000000 -0800
@@ -159,7 +159,7 @@ static void eql_timer(unsigned long para
add_timer(&eql->timer);
}
-static char version[] __initdata =
+static const char version[] __initconst =
"Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)\n";
static const struct net_device_ops eql_netdev_ops = {
next reply other threads:[~2009-03-20 17:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-20 17:14 Stephen Hemminger [this message]
2009-03-22 2:09 ` [PATCH] eql: fix non-constant printk warning David Miller
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=20090320101414.32374962@nehalam \
--to=shemminger@vyatta.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).