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:
Tomasz Unger 2026-02-23 12:59:43 +01:00 committed by Greg Kroah-Hartman
parent d81d7e8c0f
commit f1e7b8929e
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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