Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675487 > unrolled thread

[PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped"

Started byColin King <colin.king@canonical.com>
First post2017-06-27 12:00 +0200
Last post2017-06-29 18:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped" Colin King <colin.king@canonical.com> - 2017-06-27 12:00 +0200
    Re: [PATCH] net: atl1c: fix spelling mistake: "droppted" ->  "dropped" David Miller <davem@davemloft.net> - 2017-06-29 18:30 +0200

#1675487 — [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped"

FromColin King <colin.king@canonical.com>
Date2017-06-27 12:00 +0200
Subject[PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped"
Message-ID<tWVrQ-76Y-13@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1677929 — Re: [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped"

FromDavid Miller <davem@davemloft.net>
Date2017-06-29 18:30 +0200
SubjectRe: [PATCH] net: atl1c: fix spelling mistake: "droppted" -> "dropped"
Message-ID<tXKun-1qg-35@gated-at.bofh.it>
In reply to#1675487
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.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web