From 4751a5bf5d00b900182cdd4450a6e4f881b3f305 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 30 Mar 2015 14:46:00 +0000 Subject: [PATCH] scst_vdisk: Fix indentation git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6168 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;