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:   Sun, 28 Oct 2018 15:01:38 +0000
From:   Jonathan Cameron <jic23@...nel.org>
To:     Victor Colombo <victorcolombo@...il.com>
Cc:     Lars-Peter Clausen <lars@...afoo.de>,
        Michael Hennerich <Michael.Hennerich@...log.com>,
        Hartmut Knaack <knaack.h@....de>,
        Peter Meerwald-Stadler <pmeerw@...erw.net>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-iio@...r.kernel.org, devel@...verdev.osuosl.org,
        linux-kernel@...r.kernel.org, kernel-usp@...glegroups.com
Subject: Re: [PATCH 2/2] staging: iio: ad5933: Remove unnecessary blank line

On Mon, 22 Oct 2018 17:41:27 -0300
Victor Colombo <victorcolombo@...il.com> wrote:

> This patch fixes the checkpatch.pl warning:
> 
> WARNING: Blank lines aren't necessary before a close brace '}'
> 
> Signed-off-by: Victor Colombo <victorcolombo@...il.com>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to ignore it (we'll be testing the other patches I
applied today rather than this one which can't really be wrong :)

Thanks,

Jonathan

> ---
>  drivers/staging/iio/impedance-analyzer/ad5933.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/iio/impedance-analyzer/ad5933.c b/drivers/staging/iio/impedance-analyzer/ad5933.c
> index 7a216ea90784..f9bcb8310e21 100644
> --- a/drivers/staging/iio/impedance-analyzer/ad5933.c
> +++ b/drivers/staging/iio/impedance-analyzer/ad5933.c
> @@ -267,7 +267,6 @@ static void ad5933_calc_out_ranges(struct ad5933_state *st)
>  
>  	for (i = 0; i < 4; i++)
>  		st->range_avail[i] = normalized_3v3[i] * st->vref_mv / 3300;
> -
>  }
>  
>  /*

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ