Fixed checkpatch complaints about whitespace.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1148 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-09-26 08:37:27 +00:00
parent f9182e3b00
commit 4d9c7babaf
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;