From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Ivo van Doorn <IvDoorn@gmail.com>,
Gertjan van Wingerde <gwingerde@gmail.com>,
"John W. Linville" <linville@tuxdriver.com>,
linux-wireless@vger.kernel.org, users@rt2x00.serialmonkey.com,
netdev@vger.kernel.org
Subject: [PATCH next 09/16] drivers/net/wireless: Use static const char * const where possible
Date: Mon, 13 Sep 2010 21:23:55 -0700 [thread overview]
Message-ID: <ccc9236f25803fbd8bc082e4fef2af8a0885ebf4.1284435710.git.joe@perches.com> (raw)
In-Reply-To: <cover.1284435709.git.joe@perches.com>
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/net/wireless/rt2x00/rt2x00debug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.c b/drivers/net/wireless/rt2x00/rt2x00debug.c
index b8cf45c..c1710b2 100644
--- a/drivers/net/wireless/rt2x00/rt2x00debug.c
+++ b/drivers/net/wireless/rt2x00/rt2x00debug.c
@@ -380,7 +380,7 @@ static ssize_t rt2x00debug_read_crypto_stats(struct file *file,
loff_t *offset)
{
struct rt2x00debug_intf *intf = file->private_data;
- char *name[] = { "WEP64", "WEP128", "TKIP", "AES" };
+ static const char * const name[] = { "WEP64", "WEP128", "TKIP", "AES" };
char *data;
char *temp;
size_t size;
--
1.7.3.rc1
next prev parent reply other threads:[~2010-09-14 4:24 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-14 4:23 [PATCH next 00/16] treewide: " Joe Perches
2010-09-14 4:23 ` [PATCH next 01/16] arch/alpha: " Joe Perches
2010-09-14 15:37 ` Richard Henderson
2010-09-14 17:03 ` Matt Turner
2010-09-14 4:23 ` [PATCH next 02/16] arch/ia64: " Joe Perches
2010-09-14 4:23 ` [PATCH next 03/16] arch/microblaze: " Joe Perches
2010-09-14 5:59 ` Michal Simek
2010-09-14 4:23 ` [PATCH next 04/16] arch/x86: " Joe Perches
2010-09-14 4:23 ` [PATCH next 05/16] drivers/gpu: " Joe Perches
2010-09-14 4:23 ` [PATCH next 06/16] drivers/isdn: " Joe Perches
2010-09-14 4:23 ` [PATCH next 07/16] drivers/net: " Joe Perches
2010-09-14 4:23 ` [PATCH next 08/16] drivers/net/pcmcia: " Joe Perches
2010-09-14 4:23 ` Joe Perches [this message]
2010-09-14 7:12 ` [PATCH next 09/16] drivers/net/wireless: " Ivo Van Doorn
2010-09-14 4:23 ` [PATCH next 10/16] drivers/scsi: " Joe Perches
2010-09-14 4:23 ` [PATCH next 11/16] drivers/staging: " Joe Perches
2010-09-14 4:23 ` [PATCH next 12/16] drivers/usb: " Joe Perches
2010-09-14 4:23 ` [PATCH next 13/16] drivers/watchdog: " Joe Perches
2010-09-14 4:24 ` [PATCH next 14/16] fs: " Joe Perches
2010-09-14 4:24 ` [PATCH next 15/16] net/irda: " Joe Perches
2010-09-14 4:24 ` [PATCH next 16/16] sound: " Joe Perches
2010-09-14 14:17 ` Takashi Iwai
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=ccc9236f25803fbd8bc082e4fef2af8a0885ebf4.1284435710.git.joe@perches.com \
--to=joe@perches.com \
--cc=IvDoorn@gmail.com \
--cc=gwingerde@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
--cc=users@rt2x00.serialmonkey.com \
/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
all inboxes | Powered by JetHome®