projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9503e0
)
net: Fix typo in net_device_ops description.
author
Mike Rapoport
<mike@compulab.co.il>
Mon, 27 Apr 2009 12:45:54 +0000
(
05:45
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 27 Apr 2009 12:45:54 +0000
(
05:45
-0700)
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index 453be9a674c0f6f488f560a34b7b5f501ea8affe..5a96a1a406e9017d96a51067923f503fb592deb4 100644
(file)
--- 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);