From 4d9c7babafebc275abdd322da30d94c65b8ff5ac Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 26 Sep 2009 08:37:27 +0000 Subject: [PATCH] Fixed checkpatch complaints about whitespace. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1148 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- scst/src/scst_lib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index c80811aae..96fb222e3 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -1941,7 +1941,7 @@ static void vdisk_exec_read_capacity16(struct scst_cmd *cmd) * But if you're using such buggy Windows and experience this problem, * change this '1' to '0'. */ -#if 1 +#if 1 if (length > READ_CAP16_LEN) length = READ_CAP16_LEN; #else diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index e494c5de3..70a0bfd4b 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -333,7 +333,7 @@ void scst_check_convert_sense(struct scst_cmd *cmd) if (d_sense && ((cmd->sense[0] == 0x70) || (cmd->sense[0] == 0x71))) { TRACE_MGMT_DBG("Converting fixed sense to descriptor (cmd %p)", cmd); - if ((cmd->sense_valid_len < 18) ) { + if ((cmd->sense_valid_len < 18)) { PRINT_ERROR("Sense too small to convert (%d, " "type: fixed)", cmd->sense_buflen); goto out;