Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1359452 > unrolled thread
| Started by | David Daney <ddaney@caviumnetworks.com> |
|---|---|
| First post | 2016-03-17 00:30 +0100 |
| Last post | 2016-03-17 00:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] phy: mdio-thunder: Fix some Kconfig typos David Daney <ddaney@caviumnetworks.com> - 2016-03-17 00:30 +0100
| From | David Daney <ddaney@caviumnetworks.com> |
|---|---|
| Date | 2016-03-17 00:30 +0100 |
| Subject | Re: [PATCH] phy: mdio-thunder: Fix some Kconfig typos |
| Message-ID | <rdt34-7Be-23@gated-at.bofh.it> |
On 03/16/2016 04:23 PM, Andreas Färber wrote:
> 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>
FWIW:
Acked-by: David Daney <david.daney@cavium.com>
> ---
> drivers/net/phy/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
> index 075a4cc175b1..6dad9a9c356c 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.
>
>
>
Back to top | Article view | linux.kernel
csiph-web