Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68763c89 authored by Michal Simek's avatar Michal Simek Committed by David S. Miller
Browse files

trivial: Fix typo fault in netdevice.h

parent 9f84f888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 acceleration
 *	(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.