mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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
This commit is contained in:
parent
9a46c7d8d6
commit
f1cee996f1
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue