diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 1436cfdeb..4e74dadad 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -9471,7 +9471,7 @@ static ssize_t vdev_dif_filename_show(struct kobject *kobj, pos = sprintf(buf, "%s\n%s", virt_dev->dif_filename, (virt_dev->dif_filename != NULL) ? - SCST_SYSFS_KEY_MARK "\n" : ""); + SCST_SYSFS_KEY_MARK "\n" : ""); TRACE_EXIT_RES(pos); return pos;