From 27f7dc60b8c51ffa9735719e852be26a4b093d9c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Jun 2015 17:35:05 +0000 Subject: [PATCH] qla2x00t: Rearrange source code (merge r6198 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6298 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 2393e513e..99b4b44cc 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -6592,8 +6592,7 @@ static ssize_t q2t_show_expl_conf_enabled(struct kobject *kobj, res = scnprintf(buffer, PAGE_SIZE, "%d\n%s", vha->hw->enable_explicit_conf, - vha->hw->enable_explicit_conf ? - SCST_SYSFS_KEY_MARK "\n" : ""); + vha->hw->enable_explicit_conf ? SCST_SYSFS_KEY_MARK "\n" : ""); out: return res;