mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user