Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Jilin Yuan and committed by
Kalle Valo
e2dfb8a5 15978ea3

+1 -1
+1 -1
drivers/net/wireless/broadcom/b43/phy_common.h
··· 88 88 * initialized here. 89 89 * Must not be NULL. 90 90 * @prepare_hardware: Prepare the PHY. This is called before b43_chip_init to 91 - * do some early early PHY hardware init. 91 + * do some early PHY hardware init. 92 92 * Can be NULL, if not required. 93 93 * @init: Initialize the PHY. 94 94 * Must not be NULL.