From 89259404dab87e06877e716dfb345ea83f9bb9d2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Jun 2015 17:32:32 +0000 Subject: [PATCH] qla2x00t: Fix indentation (merge r6174 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6294 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 3be308c55..3cb09a146 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -6593,7 +6593,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" : ""); + SCST_SYSFS_KEY_MARK "\n" : ""); out: return res;