mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user