On Tue, Jul 09, 2013 at 12:47:26PM -0700, Robert Love wrote:
> Simply remove an extra space that violates coding style.
> 
> Signed-off-by: Robert Love <robert.w.l...@intel.com>
> Tested-by: Jack Morgan <jack.mor...@intel.com>
> Acked-by: Neil Horman <nhor...@tuxdriver.com>
> ---
>  drivers/scsi/libfc/fc_exch.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c
> index 8b928c6..e98ea6a 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)
>   * 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");
> 
> 
Acked-by: Neil Horman <nhor...@tuxdriver.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to