From 96cbffaad590eba1ed5ed5135dc67fb007d9d8dd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 1 May 2012 06:39:37 +0000 Subject: [PATCH] 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 --- scst/src/scst_targ.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 433c57451..6b6977155 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -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,