trivial: Fix typo fault in netdevice.h
Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9f84f8886b
commit
68763c890e
|
@ -732,7 +732,7 @@ struct xps_dev_maps {
|
||||||
* neither operation.
|
* neither operation.
|
||||||
*
|
*
|
||||||
* void (*ndo_vlan_rx_register)(struct net_device *dev, struct vlan_group *grp);
|
* void (*ndo_vlan_rx_register)(struct net_device *dev, struct vlan_group *grp);
|
||||||
* If device support VLAN receive accleration
|
* If device support VLAN receive acceleration
|
||||||
* (ie. dev->features & NETIF_F_HW_VLAN_RX), then this function is called
|
* (ie. dev->features & NETIF_F_HW_VLAN_RX), then this function is called
|
||||||
* when vlan groups for the device changes. Note: grp is NULL
|
* when vlan groups for the device changes. Note: grp is NULL
|
||||||
* if no vlan's groups are being used.
|
* if no vlan's groups are being used.
|
||||||
|
|
Loading…
Reference in New Issue