From: Michal Simek Date: Sun, 2 Jan 2011 22:54:09 +0000 (+0000) Subject: trivial: Fix typo fault in netdevice.h X-Git-Tag: upstream/snapshot3+hdmi~12141^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68763c890eb2a60f9b50a061502f94e0cf20fdfe;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git trivial: Fix typo fault in netdevice.h Signed-off-by: Michal Simek Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index cc916c5..0f6b1c9 100644 --- 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 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.