From: Mike Rapoport Date: Mon, 27 Apr 2009 12:45:54 +0000 (-0700) Subject: net: Fix typo in net_device_ops description. X-Git-Tag: v2.6.30-rc4~3^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=37b607c5ac3b7c92a6a3624bb29f1cdcdcf7044a;p=~shefty%2Frdma-dev.git net: Fix typo in net_device_ops description. Signed-off-by: Mike Rapoport Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 453be9a674c..5a96a1a406e 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);