mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Luis de Bethencourt <luis@debethencourt.com>
To: Frans Klaver <fransklaver@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Antoine Schweitzer-Chaput <antoine@schweitzer-chaput.fr>,
	Cristina Opriceana <cristina.opriceana@gmail.com>,
	Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>,
	Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>,
	Koray Gulcu <koray.gulcu@ozu.edu.tr>,
	Greg Donald <gdonald@gmail.com>,
	Lorenzo Stoakes <lstoakes@gmail.com>,
	Ebru Akagunduz <ebru.akagunduz@gmail.com>,
	Karthik Nayak <karthik.188@gmail.com>,
	devel@driverdev.osuosl.org
Subject: Re: [PATCH] staging: rtl8192u: bool tests don't need comparisons
Date: Tue, 23 Jun 2015 15:05:30 +0200	[thread overview]
Message-ID: <20150623130530.GA1655@goodgumbo.baconseed.org> (raw)
In-Reply-To: <CAH6sp9PvyPCbxdCVt5-grfXA+Vk=vwhDpKDU1j3kzUNumZrLAw@mail.gmail.com>

On Tue, Jun 23, 2015 at 02:56:38PM +0200, Frans Klaver wrote:
> On Tue, Jun 23, 2015 at 2:52 PM, Luis de Bethencourt
> <luis@debethencourt.com> wrote:
> > Remove explicit true/false comparations to bool variables.
> >
> > Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
> > ---
> >  drivers/staging/rtl8192u/r8192U_core.c |  7 ++++---
> >  drivers/staging/rtl8192u/r8192U_dm.c   | 21 +++++++++++----------
> >  2 files changed, 15 insertions(+), 13 deletions(-)
> >
> > diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
> > index a4795af..c53d670 100644
> > --- a/drivers/staging/rtl8192u/r8192U_core.c
> > +++ b/drivers/staging/rtl8192u/r8192U_core.c
> > @@ -2047,7 +2047,7 @@ static bool GetHalfNmodeSupportByAPs819xUsb(struct net_device *dev)
> >         struct r8192_priv *priv = ieee80211_priv(dev);
> >         struct ieee80211_device *ieee = priv->ieee80211;
> >
> > -       if (ieee->bHalfWirelessN24GMode == true)
> > +       if (ieee->bHalfWirelessN24GMode)
> >                 Reval = true;
> >         else
> >                 Reval =  false;
> 
> With this one I'd go as far as saying that
> 
> Reval = ieee->bHalfWirelessN24GMode;
> 
> Frans

Completely missed that. Good catch.

Thanks for the review! Sending an updated version now.

Luis

  reply	other threads:[~2015-06-23 12:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-23 12:52 Luis de Bethencourt
2015-06-23 12:56 ` Frans Klaver
2015-06-23 13:05   ` Luis de Bethencourt [this message]
2015-06-23 13:04 ` Frans Klaver
2015-06-23 13:21   ` Luis de Bethencourt
2015-06-23 13:37     ` Frans Klaver
2015-06-23 13:59       ` Luis de Bethencourt
2015-06-23 13:59         ` Frans Klaver
2015-06-23 14:19           ` Luis de Bethencourt

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=20150623130530.GA1655@goodgumbo.baconseed.org \
    --to=luis@debethencourt.com \
    --cc=antoine@schweitzer-chaput.fr \
    --cc=cristina.opriceana@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=ebru.akagunduz@gmail.com \
    --cc=fransklaver@gmail.com \
    --cc=gdonald@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=karthik.188@gmail.com \
    --cc=koray.gulcu@ozu.edu.tr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lstoakes@gmail.com \
    --cc=mahfouz.saif.elyazal@gmail.com \
    --cc=rickard_strandqvist@spectrumdigital.se \
    /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

all inboxes | Powered by JetHome®