Re: [PATCH] staging: rtl8723bs: remove extern from function declarations in header files
From: Dan Carpenter
Date: Tue Aug 18 2026 - 09:45:14 EST
1) No commit message.
2) No Signed-off-by line.
3) Mixing unrelated changes like this:
> -extern u8 rtw_setopmode_cmd(struct adapter *padapter, enum nl80211_iftype networktype, bool enqueue);
> +u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype, bool enqueue);
https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/
regards,
dan carpenter