linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: bgmac: fix spelling mistake: "connecton" -> "connection"
@ 2016-10-24 22:46 Colin King
  2016-10-25 13:42 ` Jon Mason
  2016-10-27 20:37 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-10-24 22:46 UTC (permalink / raw)
  To: David S . Miller, Florian Fainelli, Jon Mason, Arnd Bergmann,
	Rafał Miłecki, Philippe Reynes, netdev
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/broadcom/bgmac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/broadcom/bgmac.c b/drivers/net/ethernet/broadcom/bgmac.c
index 856379c..31ca204 100644
--- a/drivers/net/ethernet/broadcom/bgmac.c
+++ b/drivers/net/ethernet/broadcom/bgmac.c
@@ -1449,7 +1449,7 @@ static int bgmac_phy_connect(struct bgmac *bgmac)
 	phy_dev = phy_connect(bgmac->net_dev, bus_id, &bgmac_adjust_link,
 			      PHY_INTERFACE_MODE_MII);
 	if (IS_ERR(phy_dev)) {
-		dev_err(bgmac->dev, "PHY connecton failed\n");
+		dev_err(bgmac->dev, "PHY connection failed\n");
 		return PTR_ERR(phy_dev);
 	}
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: bgmac: fix spelling mistake: "connecton" -> "connection"
  2016-10-24 22:46 [PATCH] net: bgmac: fix spelling mistake: "connecton" -> "connection" Colin King
@ 2016-10-25 13:42 ` Jon Mason
  2016-10-27 20:37 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2016-10-25 13:42 UTC (permalink / raw)
  To: Colin King
  Cc: David S . Miller, Florian Fainelli, Arnd Bergmann,
	Rafał Miłecki, Philippe Reynes, netdev, linux-kernel

On Mon, Oct 24, 2016 at 11:46:18PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in dev_err message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

One of these days I'll learn to spell.

Acked-by: Jon Mason <jon.mason@broadcom.com>

> ---
>  drivers/net/ethernet/broadcom/bgmac.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/broadcom/bgmac.c b/drivers/net/ethernet/broadcom/bgmac.c
> index 856379c..31ca204 100644
> --- a/drivers/net/ethernet/broadcom/bgmac.c
> +++ b/drivers/net/ethernet/broadcom/bgmac.c
> @@ -1449,7 +1449,7 @@ static int bgmac_phy_connect(struct bgmac *bgmac)
>  	phy_dev = phy_connect(bgmac->net_dev, bus_id, &bgmac_adjust_link,
>  			      PHY_INTERFACE_MODE_MII);
>  	if (IS_ERR(phy_dev)) {
> -		dev_err(bgmac->dev, "PHY connecton failed\n");
> +		dev_err(bgmac->dev, "PHY connection failed\n");
>  		return PTR_ERR(phy_dev);
>  	}
>  
> -- 
> 2.9.3
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: bgmac: fix spelling mistake: "connecton" -> "connection"
  2016-10-24 22:46 [PATCH] net: bgmac: fix spelling mistake: "connecton" -> "connection" Colin King
  2016-10-25 13:42 ` Jon Mason
@ 2016-10-27 20:37 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-10-27 20:37 UTC (permalink / raw)
  To: colin.king
  Cc: f.fainelli, jon.mason, arnd, rafal, tremyfr, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Mon, 24 Oct 2016 23:46:18 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in dev_err message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-27 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 22:46 [PATCH] net: bgmac: fix spelling mistake: "connecton" -> "connection" Colin King
2016-10-25 13:42 ` Jon Mason
2016-10-27 20:37 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).