From 58e0bbd4911cba5597a3360f1d0d23fcf88ac9bb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 28 Jun 2010 18:35:38 +0000 Subject: [PATCH] Whitespace-only changes for checkpatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1796 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 1e87177c3..bade6e42c 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2771,9 +2771,9 @@ static int srpt_xmit_response(struct scst_cmd *scmnd) enum srpt_command_state prev_state; if (unlikely(scst_cmd_atomic(scmnd))) { - TRACE_DBG("%s", "Switching to thread context."); - ret = SCST_TGT_RES_NEED_THREAD_CTX; - goto out; + TRACE_DBG("%s", "Switching to thread context."); + ret = SCST_TGT_RES_NEED_THREAD_CTX; + goto out; } EXTRACHECKS_BUG_ON(scst_cmd_atomic(scmnd));