From 53af3de6e4b233e6dd9a9985f8c53eec5fe60654 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 30 Apr 2014 01:07:41 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5497 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 0e101c721..2052ed592 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -3337,7 +3337,7 @@ static enum compl_status_e vdisk_exec_inquiry(struct vdisk_cmd_params *p) resp_len = num; put_unaligned_be16(resp_len, &buf[2]); resp_len += 4; - } else if (0x86 == cmd->cdb[2]) { + } else if (0x86 == cmd->cdb[2]) { /* Extended INQUIRY */ buf[1] = 0x86; buf[3] = 0x3C;