From 356c46e018292febf7929838c17a8c002ebe15e6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 Apr 2015 06:37:50 +0000 Subject: [PATCH] qla2x00t: Avoid that checkpatch complains about indentation git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6174 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 37d471539..8516c866f 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -6589,7 +6589,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;