From: Jilin Yuan Date: Sat, 9 Jul 2022 13:31:19 +0000 (+0800) Subject: wifi: b43: fix repeated words in comments X-Git-Tag: v6.0-rc1~141^2~64^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2dfb8a5c605eb989e35132ef96cbbff03ed3ca3;p=thirdparty%2Flinux.git wifi: b43: fix repeated words in comments Delete the redundant word 'early'. Signed-off-by: Jilin Yuan Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20220709133119.21076-1-yuanjilin@cdjrlc.com --- diff --git a/drivers/net/wireless/broadcom/b43/phy_common.h b/drivers/net/wireless/broadcom/b43/phy_common.h index 4213caca9117c..5ec5233acf40c 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.