diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 8966d3a2b..d047c5c7e 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -6588,8 +6588,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; diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index a00e6be26..34508ada0 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -9470,8 +9470,7 @@ static ssize_t vdev_dif_filename_show(struct kobject *kobj, virt_dev = dev->dh_priv; pos = sprintf(buf, "%s\n%s", virt_dev->dif_filename, - (virt_dev->dif_filename != NULL) ? - SCST_SYSFS_KEY_MARK "\n" : ""); + (virt_dev->dif_filename != NULL) ? SCST_SYSFS_KEY_MARK "\n" : ""); TRACE_EXIT_RES(pos); return pos;