All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amd-xgbe: fix spelling mistake: "avialable" -> "available"
@ 2017-06-28 16:51 Colin King
  2017-06-29 19:36 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-06-28 16:51 UTC (permalink / raw)
  To: Tom Lendacky, netdev; +Cc: linux-kernel

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

Trivial fix to spelling mistake in netdev_err message

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

diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c b/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c
index 920566a3a599..67a2e52ad25d 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c
@@ -247,7 +247,7 @@ static int xgbe_set_pauseparam(struct net_device *netdev,
 
 	if (pause->autoneg && (pdata->phy.autoneg != AUTONEG_ENABLE)) {
 		netdev_err(netdev,
-			   "autoneg disabled, pause autoneg not avialable\n");
+			   "autoneg disabled, pause autoneg not available\n");
 		return -EINVAL;
 	}
 
-- 
2.11.0

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

* Re: [PATCH] amd-xgbe: fix spelling mistake: "avialable" -> "available"
  2017-06-28 16:51 [PATCH] amd-xgbe: fix spelling mistake: "avialable" -> "available" Colin King
@ 2017-06-29 19:36 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-06-29 19:36 UTC (permalink / raw)
  To: colin.king; +Cc: thomas.lendacky, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Wed, 28 Jun 2017 17:51:10 +0100

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

Applied, thanks Colin.

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

end of thread, other threads:[~2017-06-29 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28 16:51 [PATCH] amd-xgbe: fix spelling mistake: "avialable" -> "available" Colin King
2017-06-29 19:36 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.