Added "const" to keep checkpatch happy.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3190 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-01-05 13:14:05 +00:00
parent 7e8b205bf1
commit 6d977ab9e1

View File

@@ -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",