[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c9e0b48d829e9b598b7bb68d1152e56ef0c846f9.camel@perches.com>
Date: Sun, 30 Sep 2018 13:30:11 -0700
From: Joe Perches <joe@...ches.com>
To: Michael Straube <straube.linux@...il.com>,
gregkh@...uxfoundation.org,
Dan Carpenter <dan.carpenter@...cle.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 01/19] staging: rtl8188eu: cleanup inconsistent indenting
On Sun, 2018-09-30 at 21:52 +0200, Michael Straube wrote:
> Cleanup all inconsistent indenting reported by smatch.
There are also some others like:
drivers/staging/rtl8188eu/core/rtw_mlme.c:1752: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
1750: if ((ndisauthmode == Ndis802_11AuthModeWPA) ||
1751: (ndisauthmode == Ndis802_11AuthModeWPAPSK))
1752: authmode = _WPA_IE_ID_;
Perhaps smatch can be enhanced to find those too.
Powered by blists - more mailing lists