Whamcloud - gitweb
LU-6142 misc: declare static chars as const where possible.
[fs/lustre-release.git] / lustre / obdclass / lprocfs_status.c
index 2cd696b..3f04296 100644 (file)
@@ -387,7 +387,7 @@ int lprocfs_server_uuid_seq_show(struct seq_file *m, void *data)
 {
        struct obd_device *obd = data;
        struct obd_import *imp;
-       char *imp_state_name = NULL;
+       const char *imp_state_name = NULL;
        int rc = 0;
 
        LASSERT(obd != NULL);