]> git.karo-electronics.de Git - linux-beck.git/commit
staging: rtl8723au: core: rtw_wlan_util: fix misleading indentation
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 21 Oct 2015 17:32:38 +0000 (18:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 02:38:48 +0000 (19:38 -0700)
commit8c182ae20791d638c07ff499709c4a1d4697bd7c
tree4d3f04ed911b1b3d26b7f0d1d0dfa5a1f7edf89e
parentada40ba4e5b5f6a668a4d684e12a8b097fbafee3
staging: rtl8723au: core: rtw_wlan_util: fix misleading indentation

For loop is outside of the else branch of the above conditional statement.
Fixing misleading indentation.

Fix a smatch warning:
drivers/staging/rtl8723au/core/rtw_wlan_util.c:528
WMMOnAssocRsp23a() warn: curly braces intended?

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_wlan_util.c