lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 2 Jan 2019 07:53:29 -0600
From:   Dimitri Sivanich <sivanich@....com>
To:     Colin King <colin.king@...onical.com>
Cc:     Dimitri Sivanich <sivanich@....com>, Arnd Bergmann <arnd@...db.de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] gru: clean up indentation issue, remove spaces

Acked-by: Dimitri Sivanich <sivanich@....com>

On Fri, Dec 21, 2018 at 10:44:19PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> There are a couple of statements that have extra spaces in the identation,
> fix this by removing them.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  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
> 

Powered by blists - more mailing lists