wifi: b43: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Sat, 9 Jul 2022 13:31:19 +0000 (21:31 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 18 Jul 2022 12:07:27 +0000 (15:07 +0300)
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
drivers/net/wireless/broadcom/b43/phy_common.h

index 4213caca9117c48107961955a40dbd69a46361d7..5ec5233acf40cd1f6706627dd9fbe041f0730d3b 100644 (file)
@@ -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.