diff mbox

bcm87xx: fix reg-init comment typo

Message ID 1341414345-16626-1-git-send-email-jacmet@sunsite.dk
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Peter Korsgaard July 4, 2012, 3:05 p.m. UTC
broadcom, not marvell.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 drivers/net/phy/bcm87xx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Daney July 4, 2012, 5:22 p.m. UTC | #1
On 07/04/2012 08:05 AM, Peter Korsgaard wrote:
> broadcom, not marvell.
>
> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>

Indeed, it was a cut-and-paste error.  Thanks for fixing it...

Acked-by: David Daney <david.daney@cavium.com>

> ---
>   drivers/net/phy/bcm87xx.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/phy/bcm87xx.c b/drivers/net/phy/bcm87xx.c
> index 9a90dcf..a6df68c 100644
> --- a/drivers/net/phy/bcm87xx.c
> +++ b/drivers/net/phy/bcm87xx.c
> @@ -22,7 +22,7 @@
>
>   #if IS_ENABLED(CONFIG_OF_MDIO)
>   /* Set and/or override some configuration registers based on the
> - * marvell,reg-init property stored in the of_node for the phydev.
> + * broadcom,c45-reg-init property stored in the of_node for the phydev.
>    *
>    * broadcom,c45-reg-init =<devid reg mask value>,...;
>    *

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller July 9, 2012, 7:12 a.m. UTC | #2
From: David Daney <ddaney.cavm@gmail.com>
Date: Wed, 04 Jul 2012 10:22:38 -0700

> On 07/04/2012 08:05 AM, Peter Korsgaard wrote:
>> broadcom, not marvell.
>>
>> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>
> 
> Indeed, it was a cut-and-paste error.  Thanks for fixing it...
> 
> Acked-by: David Daney <david.daney@cavium.com>

Applied to net-next, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/phy/bcm87xx.c b/drivers/net/phy/bcm87xx.c
index 9a90dcf..a6df68c 100644
--- a/drivers/net/phy/bcm87xx.c
+++ b/drivers/net/phy/bcm87xx.c
@@ -22,7 +22,7 @@ 
 
 #if IS_ENABLED(CONFIG_OF_MDIO)
 /* Set and/or override some configuration registers based on the
- * marvell,reg-init property stored in the of_node for the phydev.
+ * broadcom,c45-reg-init property stored in the of_node for the phydev.
  *
  * broadcom,c45-reg-init = <devid reg mask value>,...;
  *