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
This commit is contained in:
Bart Van Assche
2015-04-01 06:37:50 +00:00
parent c32f79f6c1
commit 356c46e018
+1 -1
View File
@@ -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;