diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 3d8810dda..b3e8e1a33 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -39,7 +39,7 @@ static struct kobject *scst_targets_kobj; static struct kobject *scst_devices_kobj; static struct kobject *scst_handlers_kobj; -static const char *scst_dev_handler_types[] = { +static const char *const scst_dev_handler_types[] = { "Direct-access device (e.g., magnetic disk)", "Sequential-access device (e.g., magnetic tape)", "Printer device",