Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214518
b: refs/heads/master
c: 55b1804
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Sep 15, 2010
1 parent 6eded6e commit e62bc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 030bda0d416babd0cf34e584086f815b1c9d417c
refs/heads/master: 55b1804c678e679e1018671bd40b583eab124689
2 changes: 1 addition & 1 deletion trunk/include/net/irda/irlan_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/irda/irlan/irlan_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include <net/irda/irlan_event.h>

char *irlan_state[] = {
const char * const irlan_state[] = {
"IRLAN_IDLE",
"IRLAN_QUERY",
"IRLAN_CONN",
Expand Down

0 comments on commit e62bc60

Please sign in to comment.