linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: systemport: fix spelling mistake: "asymetric" -> "asymmetric"
@ 2018-04-27 19:09 Colin King
  2018-04-27 19:12 ` Florian Fainelli
  2018-04-30  2:49 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2018-04-27 19:09 UTC (permalink / raw)
  To: Florian Fainelli, netdev; +Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in netdev_warn warning message

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

diff --git a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c
index effc651a2a2f..54ad1171e75e 100644
--- a/drivers/net/ethernet/broadcom/bcmsysport.c
+++ b/drivers/net/ethernet/broadcom/bcmsysport.c
@@ -2178,7 +2178,7 @@ static int bcm_sysport_map_queues(struct net_device *dev,
 
 	if (priv->per_port_num_tx_queues &&
 	    priv->per_port_num_tx_queues != num_tx_queues)
-		netdev_warn(slave_dev, "asymetric number of per-port queues\n");
+		netdev_warn(slave_dev, "asymmetric number of per-port queues\n");
 
 	priv->per_port_num_tx_queues = num_tx_queues;
 
-- 
2.17.0

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

* Re: [PATCH] net: systemport: fix spelling mistake: "asymetric" -> "asymmetric"
  2018-04-27 19:09 [PATCH] net: systemport: fix spelling mistake: "asymetric" -> "asymmetric" Colin King
@ 2018-04-27 19:12 ` Florian Fainelli
  2018-04-30  2:49 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2018-04-27 19:12 UTC (permalink / raw)
  To: Colin King, netdev; +Cc: kernel-janitors, linux-kernel

On 04/27/2018 12:09 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in netdev_warn warning message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>

Thanks Colin!
-- 
Florian

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

* Re: [PATCH] net: systemport: fix spelling mistake: "asymetric" -> "asymmetric"
  2018-04-27 19:09 [PATCH] net: systemport: fix spelling mistake: "asymetric" -> "asymmetric" Colin King
  2018-04-27 19:12 ` Florian Fainelli
@ 2018-04-30  2:49 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-04-30  2:49 UTC (permalink / raw)
  To: colin.king; +Cc: f.fainelli, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Fri, 27 Apr 2018 20:09:25 +0100

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

Applied, thank you.

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

end of thread, other threads:[~2018-04-30  2:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 19:09 [PATCH] net: systemport: fix spelling mistake: "asymetric" -> "asymmetric" Colin King
2018-04-27 19:12 ` Florian Fainelli
2018-04-30  2:49 ` 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).