[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20171018023307.GD30848@eros>
Date: Wed, 18 Oct 2017 13:33:07 +1100
From: "Tobin C. Harding" <me@...in.cc>
To: sunil.m@...hveda.org
Cc: gilad@...yossef.com, gregkh@...uxfoundation.org,
linux-crypto@...r.kernel.org,
driverdev-devel@...uxdriverproject.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, karthik@...hveda.org
Subject: Re: [PATCH v2] staging: ccree: Fix bool comparison
On Wed, Oct 18, 2017 at 07:40:14AM +0530, sunil.m@...hveda.org wrote:
> From: Suniel Mahesh <sunil.m@...hveda.org>
>
> Comparision operator "equal to" not required on a variable
> "foo" of type "bool". Bool has only two values, can be used
> directly or with logical not.
>
> This fixes the following coccinelle warning:
> WARNING: Comparison of bool to 0/1
>
> Signed-off-by: Suniel Mahesh <sunil.m@...hveda.org>
Nice.
Powered by blists - more mailing lists