From 749929467a21b15329b4fa0e352160b7a9a7b9e3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 10 Sep 2010 06:21:42 +0000 Subject: [PATCH] Fixed a recently introduced checkpatch complaint. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2079 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 03a4f8da3..89c4cb6d0 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -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");