net: atl1c: fix spelling mistake: "droppted" -> "dropped"
Trivial fix to spelling mistake in netif_info message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5a79b4f2a5
commit
62d4fd4733
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user