staging: rtl8723bs: Fix spelling mistakes in comments

Fix several spelling mistakes in comments in the rtl8723bs staging
driver.

No functional changes.

Signed-off-by: Aidan Russell <aidanlrussell@gmail.com>
Reviewed-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260503155043.15936-1-aidanlrussell@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Aidan Russell 2026-05-03 08:50:43 -07:00 committed by Greg Kroah-Hartman
parent 4917266aa3
commit e7a88f7e7a
3 changed files with 4 additions and 4 deletions

View File

@ -1650,7 +1650,7 @@ u8 rtw_c2h_packet_wk_cmd(struct adapter *padapter, u8 *pbuf, u16 length)
return res;
}
/* dont call R/W in this function, beucase SDIO interrupt have claim host */
/* do not call R/W in this function, because SDIO interrupt have claim host */
/* or deadlock will happen and cause special-systemserver-died in android */
u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt)
{

View File

@ -1378,7 +1378,7 @@ void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf)
u16 media_status;
media_status = (mac_id << 8) | 0; /* MACID|OPMODE:0 means disconnect */
/* for STA, AP, ADHOC mode, report disconnect stauts to FW */
/* for STA, AP, ADHOC mode, report disconnect status to FW */
rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, (u8 *)&media_status);
}

View File

@ -727,7 +727,7 @@ static s32 update_attrib(struct adapter *padapter, struct sk_buff *pkt, struct p
}
}
/* for parsing ICMP pakcets */
/* for parsing ICMP packets */
{
struct iphdr *piphdr = (struct iphdr *)tmp;
@ -1359,7 +1359,7 @@ s32 rtw_mgmt_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, s
/* set final tx command size */
pattrib->last_txcmdsz = pattrib->pktlen;
/* set protected bit must be beofre SW encrypt */
/* set protected bit must be before SW encrypt */
SetPrivacy(mem_start);
/* software encrypt */
xmitframe_swencrypt(padapter, pxmitframe);