mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
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:
parent
4917266aa3
commit
e7a88f7e7a
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user