Skip to content

Commit e2ad1f9

Browse files
afaerberdavem330
authored andcommitted
phy: mdio-thunder: Fix some Kconfig typos
Drop two extra occurrences of "on" in option title and help text. Fixes: 379d7ac ("phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.") Cc: David Daney <david.daney@cavium.com> Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: David Daney <david.daney@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a59f8c5 commit e2ad1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/phy/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ config MDIO_OCTEON
197197
drivers on some systems.
198198

199199
config MDIO_THUNDER
200-
tristate "Support for MDIO buses on on ThunderX SOCs"
200+
tristate "Support for MDIO buses on ThunderX SOCs"
201201
depends on 64BIT
202202
depends on PCI
203203
select MDIO_CAVIUM
204204
help
205205
This driver supports the MDIO interfaces found on Cavium
206-
ThunderX SoCs when the MDIO bus device appears on as a PCI
206+
ThunderX SoCs when the MDIO bus device appears as a PCI
207207
device.
208208

209209

0 commit comments

Comments
 (0)