virtio_net: Fixed a trivial typo (fitler --> filter)

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

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Thomas Huth 2013-11-29 10:02:19 +01:00 committed by David S. Miller
parent eff7979f00
commit 99e872ae1e
1 changed files with 1 additions and 1 deletions

View File

@ -1084,7 +1084,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);
}