diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-09 21:36:18 +0800 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-07-18 15:07:42 +0300 |
commit | 29069fb49837c6e1b2e1ecf48cc9b8925c2e5fbf (patch) | |
tree | 2b6c246fc46a7d4aa4398f28b645e0a2fb6db7e0 /drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h | |
parent | e2dfb8a5c605eb989e35132ef96cbbff03ed3ca3 (diff) |
wifi: brcmfmac: fix repeated words in comments
Delete the redundant words 'this' and 'and'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220709133618.25958-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h')
-rw-r--r-- | drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h index 3f5da3bb6aa5..ae5af76e2568 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h @@ -89,7 +89,7 @@ struct brcmf_bus_ops { * * @commonrings: commonrings which are always there. * @flowrings: commonrings which are dynamically created and destroyed for data. - * @rx_dataoffset: if set then all rx data has this this offset. + * @rx_dataoffset: if set then all rx data has this offset. * @max_rxbufpost: maximum number of buffers to post for rx. * @max_flowrings: maximum number of tx flow rings supported. * @max_submissionrings: maximum number of submission rings(h2d) supported. |