aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2016-03-17 00:23:37 +0100
committerDavid S. Miller <davem@davemloft.net>2016-03-18 23:02:03 -0400
commite2ad1f976b721df383ff12c12a6dcc805cbb80f3 (patch)
treef9bc7cb7de01ed67f385126895aa2ebb9fb4268d /drivers/net/phy/Kconfig
parenta59f8c5b048dc938fb958c91c282c865cd845705 (diff)
downloadlinux-e2ad1f976b721df383ff12c12a6dcc805cbb80f3.tar.gz
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>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 075a4cc175b102..6dad9a9c356c3d 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -197,13 +197,13 @@ config MDIO_OCTEON
drivers on some systems.
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 PCI
select MDIO_CAVIUM
help
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.