netdev.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

end of thread, other threads:[~2016-10-27 20:37 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).