[PATCH 0/3] staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in os_dep
From: Moksh Panicker
Date: Mon Jun 22 2026 - 02:42:23 EST
This series replaces bare uses of 'uint' with 'unsigned int' in the
os_dep directory of the rtl8723bs staging driver. This covers the
remaining files not addressed by previous patches, as part of cleaning
up unusual variable types listed in the driver's TODO file.
Note: os_intfs.c lines using 'uint' as module_param type specifier
are intentionally left unchanged as that is a kernel API requirement.
Each patch addresses one file independently.
Moksh Panicker (3):
staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in
ioctl_cfg80211.c
staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in
xmit_linux.c
staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in
os_intfs.c
drivers/staging/rtl8723bs/include/ioctl_cfg80211.h | 4 ++--
drivers/staging/rtl8723bs/include/xmit_osdep.h | 2 +-
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 12 ++++++------
drivers/staging/rtl8723bs/os_dep/os_intfs.c | 2 +-
drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
--
2.34.1