mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 19:51:27 +00:00
scst: Fix a checkpatch complaint about whitespace
"ERROR: code indent should use tabs where possible" git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4257 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -889,8 +889,8 @@ out:
|
||||
(cmd->data_len == SCST_DEF_LBA_DATA_LEN)) &&
|
||||
(!cmd->completed ||
|
||||
(((cmd->state < SCST_CMD_STATE_PRE_XMIT_RESP) ||
|
||||
(cmd->state >= SCST_CMD_STATE_LAST_ACTIVE)) &&
|
||||
(cmd->state != SCST_CMD_STATE_PREPROCESSING_DONE))))) {
|
||||
(cmd->state >= SCST_CMD_STATE_LAST_ACTIVE)) &&
|
||||
(cmd->state != SCST_CMD_STATE_PREPROCESSING_DONE))))) {
|
||||
PRINT_CRIT_ERROR("Not initialized data_len for going to "
|
||||
"execute command or bad state (cmd %p, data_len %d, "
|
||||
"completed %d, state %d)", cmd, cmd->data_len,
|
||||
|
||||
Reference in New Issue
Block a user