projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f84f88
)
trivial: Fix typo fault in netdevice.h
author
Michal Simek
<
[email protected]
>
Sun, 2 Jan 2011 22:54:09 +0000
(22:54 +0000)
committer
David S. Miller
<
[email protected]
>
Mon, 3 Jan 2011 20:06:21 +0000
(12:06 -0800)
Signed-off-by: Michal Simek <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index cc916c5c327954ed515df20b0781269f1c10f6eb..0f6b1c965815f7f68a48e8b9e21fc992fd3541d7 100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-732,7
+732,7
@@
struct xps_dev_maps {
* neither operation.
*
* void (*ndo_vlan_rx_register)(struct net_device *dev, struct vlan_group *grp);
- * If device support VLAN receive accleration
+ * If device support VLAN receive acc
e
leration
* (ie. dev->features & NETIF_F_HW_VLAN_RX), then this function is called
* when vlan groups for the device changes. Note: grp is NULL
* if no vlan's groups are being used.