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>
This commit is contained in:
Joe Perches
2010-09-13 18:24:01 +00:00
committad av David S. Miller
förälder 030bda0d41
incheckning 55b1804c67
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

@@ -24,7 +24,7 @@
#include <net/irda/irlan_event.h>
char *irlan_state[] = {
const char * const irlan_state[] = {
"IRLAN_IDLE",
"IRLAN_QUERY",
"IRLAN_CONN",