Fixed a recently introduced checkpatch complaint.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2079 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-10 06:21:42 +00:00
parent 8f1d1f1c1c
commit 749929467a
+1 -1
View File
@@ -95,7 +95,7 @@ static atomic_t num_aborts = ATOMIC_INIT(0);
static atomic_t num_dev_resets = ATOMIC_INIT(0);
static atomic_t num_target_resets = ATOMIC_INIT(0);
bool scst_local_add_default_tgt = false;
bool scst_local_add_default_tgt;
module_param_named(add_default_tgt, scst_local_add_default_tgt, bool, S_IRUGO);
MODULE_PARM_DESC(add_default_host, "add or not (default) on start default "
"target scst_local_tgt with default session scst_local_host");