diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-10 06:34:05 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-07-18 14:12:08 +0200 |
commit | f1cee996f1858ba07dce9e377559ea33f318af0f (patch) | |
tree | 6411e4f7991d66b29acdd9011c24bb2ec3e9ca9c /drivers/net/wireless/ti | |
parent | wifi: rsi: fix repeated words in comments (diff) | |
download | linux-f1cee996f1858ba07dce9e377559ea33f318af0f.tar.xz linux-f1cee996f1858ba07dce9e377559ea33f318af0f.zip |
wifi: wl1251: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220710043405.38304-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r-- | drivers/net/wireless/ti/wl1251/acx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl1251/acx.h b/drivers/net/wireless/ti/wl1251/acx.h index 1da6ba95d3d4..1da6ab664e41 100644 --- a/drivers/net/wireless/ti/wl1251/acx.h +++ b/drivers/net/wireless/ti/wl1251/acx.h @@ -1229,7 +1229,7 @@ struct wl1251_acx_arp_filter { u8 address[16]; /* The IP address used to filter ARP packets. ARP packets that do not match this address are dropped. When the IP Version is 4, the last 12 - bytes of the the address are ignored. */ + bytes of the address are ignored. */ } __attribute__((packed)); struct wl1251_acx_ac_cfg { |