aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
diff options
context:
space:
mode:
authorRobert Love <robert.w.love@intel.com>2013-06-11 03:28:03 -0400
committerRobert Love <robert.w.love@intel.com>2013-07-09 14:18:33 -0400
commit4a80f083dd70a200763e77d3eeee48bdf753c7df (patch)
treedb4d2c13ed62c89e60931d595c90cdf4696a2bae /drivers/scsi/libfc
parent418a8cfe69c3b6bd4598e9870b9f412e2c247214 (diff)
libfc: Remove extra space in fc_exch_timer_cancel definition
Simply remove an extra space that violates coding style. Signed-off-by: Robert Love <robert.w.love@intel.com> Tested-by: Jack Morgan <jack.morgan@intel.com> Acked-by: Neil Horman <nhorman@tuxdriver.com>
Diffstat (limited to 'drivers/scsi/libfc')
-rw-r--r--drivers/scsi/libfc/fc_exch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c
index 8b928c67e4b9..e98ea6af84e0 100644
--- a/drivers/scsi/libfc/fc_exch.c
+++ b/drivers/scsi/libfc/fc_exch.c
@@ -337,7 +337,7 @@ static void fc_exch_release(struct fc_exch *ep)
337 * fc_exch_timer_cancel() - cancel exch timer 337 * fc_exch_timer_cancel() - cancel exch timer
338 * @ep: The exchange whose timer to be canceled 338 * @ep: The exchange whose timer to be canceled
339 */ 339 */
340static inline void fc_exch_timer_cancel(struct fc_exch *ep) 340static inline void fc_exch_timer_cancel(struct fc_exch *ep)
341{ 341{
342 if (cancel_delayed_work(&ep->timeout_work)) { 342 if (cancel_delayed_work(&ep->timeout_work)) {
343 FC_EXCH_DBG(ep, "Exchange timer canceled\n"); 343 FC_EXCH_DBG(ep, "Exchange timer canceled\n");