diff options
author | Eric Lin <dslin1010@gmail.com> | 2021-03-31 04:04:18 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-04-18 09:32:28 +0300 |
commit | 7f50ddc5d4fe2384fab1f185f0c548dd9da48328 (patch) | |
tree | 866ee77f201844f80274c644ce380a73044afa94 | |
parent | c434e5e48dc4e626364491455f97e2db0aa137b1 (diff) | |
download | linux-7f50ddc5d4fe2384fab1f185f0c548dd9da48328.tar.xz |
wl3501: fix typo of 'Networks' in comment
Signed-off-by: Eric Lin <dslin1010@gmail.com>
Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210331010418.1632816-2-dslin1010@gmail.com
-rw-r--r-- | drivers/net/wireless/wl3501.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl3501.h b/drivers/net/wireless/wl3501.h index e98e04ee9a2c..5779ffbe5d0f 100644 --- a/drivers/net/wireless/wl3501.h +++ b/drivers/net/wireless/wl3501.h @@ -240,7 +240,7 @@ struct iw_mgmt_essid_pset { } __packed; /* - * According to 802.11 Wireless Netowors, the definitive guide - O'Reilly + * According to 802.11 Wireless Networks, the definitive guide - O'Reilly * Pg 75 */ #define IW_DATA_RATE_MAX_LABELS 8 |