From 2afc2cc6cff07515db6818d3565ea62b6ab61c3a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 9 Aug 2010 17:55:10 +0000 Subject: [PATCH] Removed trailing whitespace. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1945 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 7b23683c6..943b69774 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1187,12 +1187,12 @@ static int scst_local_targ_xmit_response(struct scst_cmd *scst_cmd) * Calculate the residual ... */ if (likely(!scst_get_resid(scst_cmd, &resid, &out_resid))) { - TRACE_DBG("No residuals for request %p", + TRACE_DBG("No residuals for request %p", tgt_specific->cmnd); } else { if (out_resid != 0) PRINT_ERROR("Unable to return OUT residual %d " - "(op %02x)", out_resid, + "(op %02x)", out_resid, tgt_specific->cmnd->cmnd[0]); }