summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2017-04-08 19:07:39 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-09 10:26:28 +0300
commit130cf72fbd53887ad54924192efa0c212e4dc9a4 (patch)
treea0fefe9ccc20f746bcffa2df5d3d54bc13180f1c /scripts
parent5004922436e5e7d9665a3a60dfd3534dde300bc6 (diff)
downloadlinux-130cf72fbd53887ad54924192efa0c212e4dc9a4.tar.xz
staging: rtl8723bs: Fix some indenting problems and a potential data overrun
Smatch reports the following: CHECK drivers/staging/rtl8723bs/core/rtw_wlan_util.c drivers/staging/rtl8723bs/core/rtw_wlan_util.c:67 cckrates_included() warn: if statement not indented drivers/staging/rtl8723bs/core/rtw_wlan_util.c:81 cckratesonly_included() warn: if statement not indented drivers/staging/rtl8723bs/core/rtw_wlan_util.c:815 rtw_camid_alloc() warn: should '1 << (cam_id)' be a 64 bit type? The first two are fixed with white-space changes. The third is fixed by restricting cam_id to be less than 32. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions