mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-24 20:28:07 +08:00
staging: rtl8723au: fix some confusing indenting
The break and the "unknown++" are at the same indent level so my static checker complains. The if statement should be indented more. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ef05499a75
commit
1b3b9af100
@ -1233,8 +1233,8 @@ static int rtw_validate_frame_ies(const u8 *start, uint len)
|
||||
case WLAN_EID_ERP_INFO:
|
||||
case WLAN_EID_EXT_SUPP_RATES:
|
||||
case WLAN_EID_VENDOR_SPECIFIC:
|
||||
if (rtw_validate_vendor_specific_ies(pos, elen))
|
||||
unknown++;
|
||||
if (rtw_validate_vendor_specific_ies(pos, elen))
|
||||
unknown++;
|
||||
break;
|
||||
case WLAN_EID_RSN:
|
||||
case WLAN_EID_PWR_CAPABILITY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user