From: Stephen Hemminger <stephen@networkplumber.org>
To: Daksh Anand <dakshanand@gmail.com>
Cc: "open list:STAGING SUBSYSTEM" <devel@driverdev.osuosl.org>,
Kirk Reiser <kirk@reisers.ca>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"open list:STAGING - SPEAKUP CONSOLE SPEECH DRIVER"
<speakup@linux-speakup.org>,
open list <linux-kernel@vger.kernel.org>,
Julia Lawall <julia.lawall@lip6.fr>,
Alison Schofield <amsfield22@gmail.com>,
Samuel Thibault <samuel.thibault@ens-lyon.org>,
Chris Brannon <chris@the-brannons.com>
Subject: Re: [PATCH] Corrected some Coding Style Issues
Date: Thu, 26 Jan 2017 09:26:10 -0800 [thread overview]
Message-ID: <20170126092610.7b036809@xeon-e3> (raw)
In-Reply-To: <1485451473-4270-1-git-send-email-dakshanand@gmail.com>
On Thu, 26 Jan 2017 22:54:30 +0530
Daksh Anand <dakshanand@gmail.com> wrote:
> - while ((next_percent != NULL) && !found) {
> + while ((next_percent) && !found) {
Remove unnecessary parenthesis here.
next prev parent reply other threads:[~2017-01-26 17:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 17:24 [PATCH] Corrected some Coding Style Issues Daksh Anand
2017-01-26 17:24 ` Daksh Anand
2017-01-26 17:26 ` Stephen Hemminger [this message]
2017-01-26 17:43 ` Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170126092610.7b036809@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=amsfield22@gmail.com \
--cc=chris@the-brannons.com \
--cc=dakshanand@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=julia.lawall@lip6.fr \
--cc=kirk@reisers.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=samuel.thibault@ens-lyon.org \
--cc=speakup@linux-speakup.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox