mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user