All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] net: aquantia: fix spelling mistake "specfield" -> "specified"
@ 2018-11-16 13:36 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-11-16 13:36 UTC (permalink / raw)
  To: David S . Miller, Igor Russkikh, Dmitry Bogdanov, netdev
  Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a netdev_err message. Fix this.

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

diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_filters.c b/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
index f6145e7473b1..18bc035da850 100644
--- a/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
@@ -136,7 +136,7 @@ aq_check_approve_fl2(struct aq_nic_s *aq_nic,
 	if (be16_to_cpu(fsp->m_ext.vlan_tci) == VLAN_PRIO_MASK &&
 	    fsp->m_u.ether_spec.h_proto == 0U) {
 		netdev_err(aq_nic->ndev,
-			   "ethtool: proto (ether_type) parameter must be specfied");
+			   "ethtool: proto (ether_type) parameter must be specified");
 		return -EINVAL;
 	}
 
-- 
2.19.1


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

* [PATCH][next] net: aquantia: fix spelling mistake "specfield" -> "specified"
@ 2018-11-16 13:36 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-11-16 13:36 UTC (permalink / raw)
  To: David S . Miller, Igor Russkikh, Dmitry Bogdanov, netdev
  Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a netdev_err message. Fix this.

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

diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_filters.c b/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
index f6145e7473b1..18bc035da850 100644
--- a/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
@@ -136,7 +136,7 @@ aq_check_approve_fl2(struct aq_nic_s *aq_nic,
 	if (be16_to_cpu(fsp->m_ext.vlan_tci) = VLAN_PRIO_MASK &&
 	    fsp->m_u.ether_spec.h_proto = 0U) {
 		netdev_err(aq_nic->ndev,
-			   "ethtool: proto (ether_type) parameter must be specfied");
+			   "ethtool: proto (ether_type) parameter must be specified");
 		return -EINVAL;
 	}
 
-- 
2.19.1

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

* Re: [PATCH][next] net: aquantia: fix spelling mistake "specfield" -> "specified"
  2018-11-16 13:36 ` Colin King
@ 2018-11-18  5:36   ` David Miller
  -1 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-11-18  5:36 UTC (permalink / raw)
  To: colin.king
  Cc: igor.russkikh, dmitry.bogdanov, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Fri, 16 Nov 2018 13:36:36 +0000

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

Applied.

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

* Re: [PATCH][next] net: aquantia: fix spelling mistake "specfield" -> "specified"
@ 2018-11-18  5:36   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-11-18  5:36 UTC (permalink / raw)
  To: colin.king
  Cc: igor.russkikh, dmitry.bogdanov, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Fri, 16 Nov 2018 13:36:36 +0000

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

Applied.

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

end of thread, other threads:[~2018-11-18  5:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 13:36 [PATCH][next] net: aquantia: fix spelling mistake "specfield" -> "specified" Colin King
2018-11-16 13:36 ` Colin King
2018-11-18  5:36 ` David Miller
2018-11-18  5:36   ` 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.