]> git.baikalelectronics.ru Git - kernel.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)
commit135ea277fcaae2fa4d8ca8ef80724cd0e23e50d5
tree4d3f04ed911b1b3d26b7f0d1d0dfa5a1f7edf89e
parent14ac143881e4d559d39a558d6c911d2d43af7b3b
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