]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/libfc/fc_exch.c
libfc: Remove extra space in fc_exch_timer_cancel definition
[karo-tx-linux.git] / drivers / scsi / libfc / fc_exch.c
index 8b928c67e4b9a14ca6dd94421caa95d1275995d1..e98ea6af84e00ed1c9af1877655ac46ccb4440f3 100644 (file)
@@ -337,7 +337,7 @@ static void fc_exch_release(struct fc_exch *ep)
  * fc_exch_timer_cancel() - cancel exch timer
  * @ep:                The exchange whose timer to be canceled
  */
-static inline  void fc_exch_timer_cancel(struct fc_exch *ep)
+static inline void fc_exch_timer_cancel(struct fc_exch *ep)
 {
        if (cancel_delayed_work(&ep->timeout_work)) {
                FC_EXCH_DBG(ep, "Exchange timer canceled\n");