[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180627155548.0D0CF60AD8@smtp.codeaurora.org>
Date: Wed, 27 Jun 2018 15:55:47 +0000 (UTC)
From: Kalle Valo <kvalo@...eaurora.org>
To: Varsha Rao <rvarsha016@...il.com>
Cc: Nicholas Mc Guire <der.herr@...r.at>,
Lukas Bulwahn <lukas.bulwahn@...il.com>,
Arend van Spriel <arend.vanspriel@...adcom.com>,
Franky Lin <franky.lin@...adcom.com>,
Hante Meuleman <hante.meuleman@...adcom.com>,
Chi-Hsien Lin <chi-hsien.lin@...ress.com>,
Wright Feng <wright.feng@...ress.com>,
"David S. Miller" <davem@...emloft.net>,
linux-wireless@...r.kernel.org,
brcm80211-dev-list.pdl@...adcom.com,
brcm80211-dev-list@...ress.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Varsha Rao <rvarsha016@...il.com>
Subject: Re: brcmsmac: Remove unnecessary parentheses
Varsha Rao <rvarsha016@...il.com> wrote:
> This patch fixes the clang warning of extraneous parentheses, with the
> following coccinelle script.
>
> @@
> identifier i;
> expression e;
> statement s;
> @@
> if (
> -(i == e)
> +i == e
> )
> s
>
> Suggested-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
> Signed-off-by: Varsha Rao <rvarsha016@...il.com>
Patch applied to wireless-drivers-next.git, thanks.
eb5d2f3afc0f brcmsmac: Remove unnecessary parentheses
--
https://patchwork.kernel.org/patch/10442401/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists