linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] net: aquantia: fix spelling mistake: tx_queus -> tx_queues
@ 2019-10-25 11:38 Colin King
  2019-10-28  9:44 ` [EXT] " Igor Russkikh
  2019-10-29 17:48 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-10-25 11:38 UTC (permalink / raw)
  To: Egor Pomozov, Igor Russkikh, David S . Miller, netdev
  Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a netdev_err error message. Fix it.

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

diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_ptp.c b/drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
index 3ec08415e53e..232df785488c 100644
--- a/drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
@@ -533,7 +533,7 @@ void aq_ptp_tx_hwtstamp(struct aq_nic_s *aq_nic, u64 timestamp)
 	struct skb_shared_hwtstamps hwtstamp;
 
 	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;
 	}
 
-- 
2.20.1


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

* Re: [EXT] [PATCH][next] net: aquantia: fix spelling mistake: tx_queus -> tx_queues
  2019-10-25 11:38 [PATCH][next] net: aquantia: fix spelling mistake: tx_queus -> tx_queues Colin King
@ 2019-10-28  9:44 ` Igor Russkikh
  2019-10-29 17:48 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Igor Russkikh @ 2019-10-28  9:44 UTC (permalink / raw)
  To: Colin King, Egor Pomozov, Igor Russkikh, David S . Miller, netdev
  Cc: kernel-janitors, linux-kernel

Thanks, Colin!

On 25.10.2019 14:38, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a netdev_err error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Igor Russkikh <irusskikh@marvell.com>


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

* Re: [PATCH][next] net: aquantia: fix spelling mistake: tx_queus -> tx_queues
  2019-10-25 11:38 [PATCH][next] net: aquantia: fix spelling mistake: tx_queus -> tx_queues Colin King
  2019-10-28  9:44 ` [EXT] " Igor Russkikh
@ 2019-10-29 17:48 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-10-29 17:48 UTC (permalink / raw)
  To: colin.king; +Cc: epomozov, igor.russkikh, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Fri, 25 Oct 2019 12:38:28 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a netdev_err error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

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

end of thread, other threads:[~2019-10-29 17:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 11:38 [PATCH][next] net: aquantia: fix spelling mistake: tx_queus -> tx_queues Colin King
2019-10-28  9:44 ` [EXT] " Igor Russkikh
2019-10-29 17:48 ` 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).