From 6d977ab9e101dfcb4c3d71fc706bb2ff0b3d38ed Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 5 Jan 2011 13:14:05 +0000 Subject: [PATCH] Added "const" to keep checkpatch happy. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3190 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",