提交 69977901 编写于 作者: C Colin Ian King 提交者: David S. Miller

net: aquantia: fix spelling mistake: tx_queus -> tx_queues

There is a spelling mistake in a netdev_err error message. Fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Reviewed-by: NIgor Russkikh <irusskikh@marvell.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d5a721c9
...@@ -533,7 +533,7 @@ void aq_ptp_tx_hwtstamp(struct aq_nic_s *aq_nic, u64 timestamp) ...@@ -533,7 +533,7 @@ void aq_ptp_tx_hwtstamp(struct aq_nic_s *aq_nic, u64 timestamp)
struct skb_shared_hwtstamps hwtstamp; struct skb_shared_hwtstamps hwtstamp;
if (!skb) { if (!skb) {
netdev_err(aq_nic->ndev, "have timestamp but tx_queus empty\n"); netdev_err(aq_nic->ndev, "have timestamp but tx_queues empty\n");
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册