[PATCH wireless-next v2] wifi: wcn36xx: fix typos in comments

From: Hemanth Selam

Date: Mon Sep 07 2026 - 05:59:13 EST


Fix typos in comments, found with scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---

Notes:
v2: designate the patch to wireless-next and use a subject prefix naming
the component, as maintainer-netdev.rst asks; v1 went out with a bare
[PATCH] and a "net:" prefix. Rebased onto wireless-next, diff unchanged.

v1: https://lore.kernel.org/all/20260907061327.31452-1-hemanth.selam@xxxxxxxxx/

drivers/net/wireless/ath/wcn36xx/hal.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h
index ef9ea4ff891b..50c7b2ffb064 100644
--- a/drivers/net/wireless/ath/wcn36xx/hal.h
+++ b/drivers/net/wireless/ath/wcn36xx/hal.h
@@ -2650,7 +2650,7 @@ struct ani_global_class_a_stats_info {
* shall be the same as the supporteRates parameter. */
u32 rx_input_sensitivity;

- /* The maximum transmit power in dBm upto one decimal. for eg: if
+ /* The maximum transmit power in dBm up to one decimal. for eg: if
* it is 10.5dBm, the value would be 105 */
u32 max_pwr;

@@ -3133,7 +3133,7 @@ struct wcn36xx_hal_nv_img_download_req_msg {
/* Fragment sequence number of the NV Image. Note that NV Image
* might not fit into one message due to size limitation of the SMD
* channel FIFO. UMAC can hence choose to chop the NV blob into
- * multiple fragments starting with seqeunce number 0, 1, 2 etc.
+ * multiple fragments starting with sequence number 0, 1, 2 etc.
* The last fragment MUST be indicated by marking the
* isLastFragment field to 1. Note that all the NV blobs would be
* concatenated together by HAL without any padding bytes in
@@ -3275,7 +3275,7 @@ struct wcn36xx_hal_send_beacon_req_msg {
/* TIM IE offset from the beginning of the template. */
u32 tim_ie_offset;

- /* P2P IE offset from the begining of the template */
+ /* P2P IE offset from the beginning of the template */
u16 p2p_ie_offset;
} __packed;

@@ -4139,10 +4139,10 @@ struct wcn36xx_hal_dump_cmd_rsp_msg {
/* success or failure */
u32 status;

- /* Length of the responce message */
+ /* Length of the response message */
u32 rsp_length;

- /* FIXME: Currently considering the responce will be less than
+ /* FIXME: Currently considering the response will be less than
* 100bytes */
u8 rsp_buffer[DUMPCMD_RSP_BUFFER];
} __packed;