From: Mike Rapoport <mike@compulab.co.il>
Date: Mon, 27 Apr 2009 12:45:54 +0000 (-0700)
Subject: net: Fix typo in net_device_ops description.
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37b607c5ac3b7c92a6a3624bb29f1cdcdcf7044a;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

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);