diff options
author | Mike Rapoport <mike@compulab.co.il> | 2009-04-27 05:45:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-27 05:45:54 -0700 |
commit | 37b607c5ac3b7c92a6a3624bb29f1cdcdcf7044a (patch) | |
tree | ac2ecd6b61ea290748b6d33e41637e24d962f05b | |
parent | c9503e0fe052020e0294cd07d0ecd982eb7c9177 (diff) | |
download | linux-37b607c5ac3b7c92a6a3624bb29f1cdcdcf7044a.tar.bz2 |
net: Fix typo in net_device_ops description.
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 453be9a674c0..5a96a1a406e9 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -500,7 +500,7 @@ struct netdev_queue { * * int (*ndo_set_mac_address)(struct net_device *dev, void *addr); * This function is called when the Media Access Control address - * needs to be changed. If not this interface is not defined, the + * needs to be changed. If this interface is not defined, the * mac address can not be changed. * * int (*ndo_validate_addr)(struct net_device *dev); |