diff options
author | Joe Perches | 2010-09-13 20:24:01 +0200 |
---|---|---|
committer | David S. Miller | 2010-09-15 05:22:05 +0200 |
commit | 55b1804c678e679e1018671bd40b583eab124689 (patch) | |
tree | 6bf100ba8bca953b5ccd2c05773f442ea748a8fb /net/irda/irlan/irlan_event.c | |
parent | drivers/net/wireless: Use static const char * const where possible (diff) | |
download | kernel-qcow2-linux-55b1804c678e679e1018671bd40b583eab124689.tar.gz kernel-qcow2-linux-55b1804c678e679e1018671bd40b583eab124689.tar.xz kernel-qcow2-linux-55b1804c678e679e1018671bd40b583eab124689.zip |
net/irda: Use static const char * const where possible
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda/irlan/irlan_event.c')
-rw-r--r-- | net/irda/irlan/irlan_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irlan/irlan_event.c b/net/irda/irlan/irlan_event.c index cbcb4eb54037..43f16040a6fe 100644 --- a/net/irda/irlan/irlan_event.c +++ b/net/irda/irlan/irlan_event.c @@ -24,7 +24,7 @@ #include <net/irda/irlan_event.h> -char *irlan_state[] = { +const char * const irlan_state[] = { "IRLAN_IDLE", "IRLAN_QUERY", "IRLAN_CONN", |