mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 05:36:22 +00:00
Added "const" to keep checkpatch happy.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3191 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#define ISCSI_INIT_WRITE_WAKE 0x1
|
||||
|
||||
static int ctr_major;
|
||||
static char ctr_name[] = "iscsi-scst-ctl";
|
||||
static const char ctr_name[] = "iscsi-scst-ctl";
|
||||
|
||||
#if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)
|
||||
unsigned long iscsi_trace_flag = ISCSI_DEFAULT_LOG_FLAGS;
|
||||
|
||||
Reference in New Issue
Block a user