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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 26 Jan 2017 09:26:10 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Daksh Anand <dakshanand@...il.com>
Cc:     "open list:STAGING SUBSYSTEM" <devel@...verdev.osuosl.org>,
        Kirk Reiser <kirk@...sers.ca>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        "open list:STAGING - SPEAKUP CONSOLE SPEECH DRIVER" 
        <speakup@...ux-speakup.org>,
        open list <linux-kernel@...r.kernel.org>,
        Julia Lawall <julia.lawall@...6.fr>,
        Alison Schofield <amsfield22@...il.com>,
        Samuel Thibault <samuel.thibault@...-lyon.org>,
        Chris Brannon <chris@...-brannons.com>
Subject: Re: [PATCH] Corrected some Coding Style Issues

On Thu, 26 Jan 2017 22:54:30 +0530
Daksh Anand <dakshanand@...il.com> wrote:

> -	while ((next_percent != NULL) && !found) {
> +	while ((next_percent) && !found) {

Remove unnecessary parenthesis here.

Powered by blists - more mailing lists