mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
staging: rtl8723bs: fix spelling mistakes in include files
Fix spelling mistakes in comments found by codespell: - sequcne => sequence (rtw_cmd.h) - modifiying => modifying (rtw_mlme.h) Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl> Link: https://patch.msgid.link/20260223115943.69463-1-tomasz.unger@yahoo.pl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d81d7e8c0f
commit
f1e7b8929e
|
|
@ -559,7 +559,7 @@ struct RunInThread_param {
|
|||
Result:
|
||||
0x00: success
|
||||
0x01: success, and check Response.
|
||||
0x02: cmd ignored due to duplicated sequcne number
|
||||
0x02: cmd ignored due to duplicated sequence number
|
||||
0x03: cmd dropped due to invalid cmd code
|
||||
0x04: reserved.
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ Each struct __queue has its own locks, already.
|
|||
Other items in mlme_priv are protected by mlme_priv.lock, while items in
|
||||
xmit_priv are protected by xmit_priv.lock.
|
||||
|
||||
To avoid possible dead lock, any thread trying to modifiying mlme_priv
|
||||
To avoid possible dead lock, any thread trying to modifying mlme_priv
|
||||
SHALL not lock up more than one locks at a time!
|
||||
|
||||
The only exception is that queue functions which take the __queue.lock
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user