netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] virtio_net: Fixed a trivial typo (fitler --> filter)
@ 2013-11-29  9:02 Thomas Huth
  2013-11-30 21:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2013-11-29  9:02 UTC (permalink / raw)
  To: virtualization; +Cc: netdev, rusty, mst, trivial, Thomas Huth

"MAC filter" sounds more reasonable than "MAC fitler".

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
---
 drivers/net/virtio_net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 01f4eb5..fd96f09 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -1075,7 +1075,7 @@ static void virtnet_set_rx_mode(struct net_device *dev)
 	if (!virtnet_send_command(vi, VIRTIO_NET_CTRL_MAC,
 				  VIRTIO_NET_CTRL_MAC_TABLE_SET,
 				  sg, NULL))
-		dev_warn(&dev->dev, "Failed to set MAC fitler table.\n");
+		dev_warn(&dev->dev, "Failed to set MAC filter table.\n");
 
 	kfree(buf);
 }
-- 
1.7.1

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

* Re: [PATCH] virtio_net: Fixed a trivial typo (fitler --> filter)
  2013-11-29  9:02 [PATCH] virtio_net: Fixed a trivial typo (fitler --> filter) Thomas Huth
@ 2013-11-30 21:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-11-30 21:14 UTC (permalink / raw)
  To: thuth; +Cc: trivial, netdev, mst, virtualization

From: Thomas Huth <thuth@linux.vnet.ibm.com>
Date: Fri, 29 Nov 2013 10:02:19 +0100

> "MAC filter" sounds more reasonable than "MAC fitler".
> 
> Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>

Applied, thanks.

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

end of thread, other threads:[~2013-11-30 21:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29  9:02 [PATCH] virtio_net: Fixed a trivial typo (fitler --> filter) Thomas Huth
2013-11-30 21:14 ` 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).