Re: [PATCH v2 0/4] staging: rtl8723bs: Changing two struct members
From: Greg KH
Date: Tue Jul 28 2026 - 03:28:58 EST
On Fri, Jul 17, 2026 at 04:13:25PM +0000, Dalvin-Ehinoma Noah Aiguobas wrote:
> This patch changes two members of the struct adapter.
> Two additional patches ar made to fix some checkpatch warnings.
>
> Changes in v2:
> - Rebased against staging-testing
Did you forget to test-build this?
drivers/staging/rtl8723bs/core/rtw_mlme.c: In function ‘rtw_scan_abort’:
drivers/staging/rtl8723bs/core/rtw_mlme.c:932:57: error: ‘struct adapter’ has no member named ‘bSurpriseRemoved’; did you mean ‘surprise_removed’?
932 | if (adapter->driver_stopped || adapter->bSurpriseRemoved)
| ^~~~~~~~~~~~~~~~
| surprise_removed
:(