aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-09 21:31:19 +0800
committerKalle Valo <kvalo@kernel.org>2022-07-18 15:07:27 +0300
commite2dfb8a5c605eb989e35132ef96cbbff03ed3ca3 (patch)
tree44ba3a279602385f9386872ea9291f72a2c1e286 /drivers/net/wireless/broadcom
parentwifi: atmel: fix repeated words in comments (diff)
downloadlinux-dev-e2dfb8a5c605eb989e35132ef96cbbff03ed3ca3.tar.xz
linux-dev-e2dfb8a5c605eb989e35132ef96cbbff03ed3ca3.zip
wifi: b43: fix repeated words in comments
Delete the redundant word 'early'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220709133119.21076-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/broadcom')
-rw-r--r--drivers/net/wireless/broadcom/b43/phy_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/broadcom/b43/phy_common.h b/drivers/net/wireless/broadcom/b43/phy_common.h
index 4213caca9117..5ec5233acf40 100644
--- a/drivers/net/wireless/broadcom/b43/phy_common.h
+++ b/drivers/net/wireless/broadcom/b43/phy_common.h
@@ -88,7 +88,7 @@ enum b43_txpwr_result {
* initialized here.
* Must not be NULL.
* @prepare_hardware: Prepare the PHY. This is called before b43_chip_init to
- * do some early early PHY hardware init.
+ * do some early PHY hardware init.
* Can be NULL, if not required.
* @init: Initialize the PHY.
* Must not be NULL.