net: mark read-only arrays as const
[deliverable/linux.git] / include / net / irda / ircomm_event.h
index c290447872d1f483b68c25ad40f9b2005e84cf25..bc0c6f31f1c6204d41f983c1ce3434d7f8d77258 100644 (file)
@@ -74,7 +74,7 @@ struct ircomm_info {
        struct qos_info *qos;
 };
 
-extern char *ircomm_state[];
+extern const char *const ircomm_state[];
 
 struct ircomm_cb;   /* Forward decl. */
 
This page took 0.251224 seconds and 5 git commands to generate.