Acked-by: Dimitri Sivanich <[email protected]>

On Fri, Dec 21, 2018 at 10:44:19PM +0000, Colin King wrote:
> From: Colin Ian King <[email protected]>
> 
> There are a couple of statements that have extra spaces in the identation,
> fix this by removing them.
> 
> Signed-off-by: Colin Ian King <[email protected]>
> ---
>  drivers/misc/sgi-gru/grufault.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/misc/sgi-gru/grufault.c b/drivers/misc/sgi-gru/grufault.c
> index 93be82fc338a..2ec5808ba464 100644
> --- a/drivers/misc/sgi-gru/grufault.c
> +++ b/drivers/misc/sgi-gru/grufault.c
> @@ -616,8 +616,8 @@ irqreturn_t gru_intr_mblade(int irq, void *dev_id)
>       for_each_possible_blade(blade) {
>               if (uv_blade_nr_possible_cpus(blade))
>                       continue;
> -              gru_intr(0, blade);
> -              gru_intr(1, blade);
> +             gru_intr(0, blade);
> +             gru_intr(1, blade);
>       }
>       return IRQ_HANDLED;
>  }
> -- 
> 2.19.1
> 

Reply via email to