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:
Bart Van Assche
2011-01-05 13:14:25 +00:00
parent 6d977ab9e1
commit 1b72343266
+1 -1
View File
@@ -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;