mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 14:16:31 +00:00
scst_vdisk: Fix indentation
Detected by smatch. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6159 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3158,7 +3158,7 @@ static void vdisk_exec_write_same_unmap(struct vdisk_cmd_params *p)
|
||||
PRINT_WARNING("Invalid WRITE SAME data len %lld (max allowed "
|
||||
"%lld)", (long long)cmd->data_len,
|
||||
(long long)cmd->dev->max_write_same_len);
|
||||
scst_set_invalid_field_in_cdb(cmd, cmd->len_off, 0);
|
||||
scst_set_invalid_field_in_cdb(cmd, cmd->len_off, 0);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user