We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068e8a3 commit 6f68ad7Copy full SHA for 6f68ad7
drivers/isdn/pcbit/edss1.c
@@ -33,7 +33,7 @@
33
#include "callbacks.h"
34
35
36
-char * isdn_state_table[] = {
+const char * const isdn_state_table[] = {
37
"Closed",
38
"Call initiated",
39
"Overlap sending",
drivers/isdn/pcbit/edss1.h
@@ -90,7 +90,7 @@ struct fsm_timer_entry {
90
unsigned long timeout; /* in seconds */
91
};
92
93
-extern char * isdn_state_table[];
+extern const char * const isdn_state_table[];
94
95
void pcbit_fsm_event(struct pcbit_dev *, struct pcbit_chan *,
96
unsigned short event, struct callb_data *);
0 commit comments