Browse Source

phy: mdio-thunder: Fix some Kconfig typos

Drop two extra occurrences of "on" in option title and help text.

Fixes: 379d7ac7ca31 ("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>
Andreas Färber 9 năm trước cách đây
mục cha
commit
e2ad1f976b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      drivers/net/phy/Kconfig

+ 2 - 2
drivers/net/phy/Kconfig

@@ -197,13 +197,13 @@ config MDIO_OCTEON
 	  drivers on some systems.
 	  drivers on some systems.
 
 
 config MDIO_THUNDER
 config MDIO_THUNDER
-	tristate "Support for MDIO buses on on ThunderX SOCs"
+	tristate "Support for MDIO buses on ThunderX SOCs"
 	depends on 64BIT
 	depends on 64BIT
 	depends on PCI
 	depends on PCI
 	select MDIO_CAVIUM
 	select MDIO_CAVIUM
 	help
 	help
 	  This driver supports the MDIO interfaces found on Cavium
 	  This driver supports the MDIO interfaces found on Cavium
-	  ThunderX SoCs when the MDIO bus device appears on as a PCI
+	  ThunderX SoCs when the MDIO bus device appears as a PCI
 	  device.
 	  device.