dect
/
linux-2.6
Archived
13
0
Fork 0

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 committed by David S. Miller
parent 030bda0d41
commit 55b1804c67
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ typedef enum {
IRLAN_WATCHDOG_TIMEOUT,
} IRLAN_EVENT;
extern char *irlan_state[];
extern const char * const irlan_state[];
void irlan_do_client_event(struct irlan_cb *self, IRLAN_EVENT event,
struct sk_buff *skb);

View File

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