Re: [PATCH 01/19] staging: rtl8188eu: cleanup inconsistent indenting

From: Joe Perches
Date: Sun Sep 30 2018 - 16:30:17 EST


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.