scst_targ: Use tabs instead of spaces for indentation (detected by checkpatch)

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5967 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-01-14 08:06:12 +00:00
parent 7895216956
commit b1966fb034

View File

@@ -1602,17 +1602,17 @@ EXPORT_SYMBOL(scst_rx_data);
*/
static inline bool scst_needs_thread_context(struct scst_cmd *cmd)
{
switch (cmd->cdb[0]) {
case PERSISTENT_RESERVE_IN:
case PERSISTENT_RESERVE_OUT:
case RESERVE:
case RESERVE_10:
case RELEASE:
case RELEASE_10:
return true;
}
switch (cmd->cdb[0]) {
case PERSISTENT_RESERVE_IN:
case PERSISTENT_RESERVE_OUT:
case RESERVE:
case RESERVE_10:
case RELEASE:
case RELEASE_10:
return true;
}
return false;
return false;
}
static int scst_tgt_pre_exec(struct scst_cmd *cmd)