lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <AANLkTi=QzToh00xz15mw9+v2YJ5bWigc21S4cGzAQE_X@mail.gmail.com> Date: Tue, 14 Sep 2010 09:12:58 +0200 From: Ivo Van Doorn <ivdoorn@...il.com> To: Joe Perches <joe@...ches.com> Cc: linux-kernel@...r.kernel.org, Gertjan van Wingerde <gwingerde@...il.com>, "John W. Linville" <linville@...driver.com>, linux-wireless@...r.kernel.org, users@...x00.serialmonkey.com, netdev@...r.kernel.org Subject: Re: [PATCH next 09/16] drivers/net/wireless: Use static const char * const where possible On Tue, Sep 14, 2010 at 6:23 AM, Joe Perches <joe@...ches.com> wrote: > Signed-off-by: Joe Perches <joe@...ches.com> Acked-by: Ivo van Doorn <IvDoorn@...il.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 > > -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists