[PATCH] staging: rtl8723bs: fix typo in HalPwrSeqCmd.h comment
From: Tomasz Unger
Date: Tue Aug 11 2026 - 12:47:23 EST
Fix 'dirver' typo to 'driver' in a comment describing the
PWR_CMD_READ macro behavior.
Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
---
drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h b/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h
index b81252d374ef..e50842c5c3a0 100644
--- a/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h
+++ b/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h
@@ -16,7 +16,7 @@
/* offset: the read register offset */
/* msk: the mask of the read value */
/* value: N/A, left by 0 */
- /* note: dirver shall implement this function by read & msk */
+ /* note: driver shall implement this function by read & msk */
#define PWR_CMD_WRITE 0x01
/* offset: the read register offset */
---
base-commit: db2ddb87143519e20a95aa36c60b36107b736a58
change-id: 20260811-rtl8723bs-typo-dirver-c6279396c657
Best regards,
--
Tomasz Unger <tomasz.unger@xxxxxxxx>