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: Ubuntu-5.2.0-15.16~29554^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=37b607c5ac3b7c92a6a3624bb29f1cdcdcf7044a;p=mirror_ubuntu-eoan-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 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);