From b1966fb0349bf592d84a4fa5e80bf36362f8e494 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Jan 2015 08:06:12 +0000 Subject: [PATCH] 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 --- scst/src/scst_targ.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index cb6f56f3f..4ab7043a2 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -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)