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;