Message ID | 20220710043405.38304-1-yuanjilin@cdjrlc.com |
---|---|
State | New |
Headers | show |
Series | wifi: wl1251: fix repeated words in comments | expand |
Jilin Yuan <yuanjilin@cdjrlc.com> wrote: > Delete the redundant word 'the'. > > Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Patch applied to wireless-next.git, thanks. f1cee996f185 wifi: wl1251: fix repeated words in comments
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 {
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> --- drivers/net/wireless/ti/wl1251/acx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)