From 1b723432664bd10412138b5938220ba87d34d1b5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 5 Jan 2011 13:14:25 +0000 Subject: [PATCH] Added "const" to keep checkpatch happy. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3191 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index ec351ab23..e2ca848a6 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -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;