All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped"
@ 2017-06-27  9:51 Colin King
  2017-06-29 16:24 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-06-27  9:51 UTC (permalink / raw)
  To: Jay Cliburn, Chris Snook, David S . Miller, Eric Dumazet,
	Jarod Wilson, netdev
  Cc: linux-kernel

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

Trivial fix to spelling mistake in netif_info message

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

diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
index 7e913d8331c3..8c9986f3fc01 100644
--- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
+++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
@@ -2252,7 +2252,7 @@ static netdev_tx_t atl1c_xmit_frame(struct sk_buff *skb,
 
 	if (atl1c_tx_map(adapter, skb, tpd, type) < 0) {
 		netif_info(adapter, tx_done, adapter->netdev,
-			   "tx-skb droppted due to dma error\n");
+			   "tx-skb dropped due to dma error\n");
 		/* roll back tpd/buffer */
 		atl1c_tx_rollback(adapter, tpd, type);
 		dev_kfree_skb_any(skb);
-- 
2.11.0

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

* Re: [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped"
  2017-06-27  9:51 [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped" Colin King
@ 2017-06-29 16:24 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-06-29 16:24 UTC (permalink / raw)
  To: colin.king; +Cc: jcliburn, chris.snook, edumazet, jarod, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Tue, 27 Jun 2017 10:51:22 +0100

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

Applied to net-next.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27  9:51 [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped" Colin King
2017-06-29 16:24 ` 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.