projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15978ea
)
wifi: b43: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Sat, 9 Jul 2022 13:31:19 +0000
(21:31 +0800)
committer
Kalle 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/broadcom/b43/phy_common.h
b/drivers/net/wireless/broadcom/b43/phy_common.h
index
4213cac
..
5ec5233
100644
(file)
--- 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.