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;