diff options
author | Joe Perches <joe@perches.com> | 2007-12-20 17:02:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-12-20 17:02:06 -0500 |
commit | 53ccaae1ef749ef87a484a0aa5351c557c0a690e (patch) | |
tree | 845049775a7c87f7546bb96acc6a92ad8b83f7bd | |
parent | bea851954717ebb0dee557a951e28bb277e1cc1d (diff) |
[NET] net/core/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 26a3a3a15be0..be9d3015beaa 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -2819,7 +2819,7 @@ void dev_set_allmulti(struct net_device *dev, int inc) | |||
2819 | /* | 2819 | /* |
2820 | * Upload unicast and multicast address lists to device and | 2820 | * Upload unicast and multicast address lists to device and |
2821 | * configure RX filtering. When the device doesn't support unicast | 2821 | * configure RX filtering. When the device doesn't support unicast |
2822 | * filtering it is put in promiscous mode while unicast addresses | 2822 | * filtering it is put in promiscuous mode while unicast addresses |
2823 | * are present. | 2823 | * are present. |
2824 | */ | 2824 | */ |
2825 | void __dev_set_rx_mode(struct net_device *dev) | 2825 | void __dev_set_rx_mode(struct net_device *dev) |