mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
scst_vdisk: Change 'static const char *' into 'static const char *const'
This patch addresses a checkpatch complaint. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8701 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -10134,7 +10134,7 @@ static const struct attribute *vcdrom_attrs[] = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
static const char *cdrom_add_dev_params[] = {
|
||||
static const char *const cdrom_add_dev_params[] = {
|
||||
"tst",
|
||||
NULL,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user