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: upstream/snapshot3+hdmi~18712^2~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37b607c5ac3b7c92a6a3624bb29f1cdcdcf7044a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 453be9a..5a96a1a 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);