From 55bfd106f0e134a4561633a7b0e84293dfc16c03 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 10 Sep 2013 04:03:14 +0000 Subject: [PATCH] Cosmetics git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4995 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index b73a2e205..308eafe7b 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -1785,8 +1785,8 @@ static int vdev_do_job(struct scst_cmd *cmd, const vdisk_op_fn *ops) /* * No need to make it volatile, because at worst we will have a couple - * extra commands refused after formatting actually finished, which is - * acceptable + * of extra commands refused after formatting actually finished, which + * is acceptable. */ if (unlikely(virt_dev->format_active)) { switch (cmd->cdb[0]) {