commit | 8c182ae20791d638c07ff499709c4a1d4697bd7c | [log] [tgz] |
---|---|---|
author | Luis de Bethencourt <luisbg@osg.samsung.com> | Wed Oct 21 18:32:38 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 24 19:38:48 2015 -0700 |
tree | 4d3f04ed911b1b3d26b7f0d1d0dfa5a1f7edf89e | |
parent | ada40ba4e5b5f6a668a4d684e12a8b097fbafee3 [diff] |
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>