aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2011-01-02 22:54:09 +0000
committerDavid S. Miller <davem@davemloft.net>2011-01-03 12:06:21 -0800
commit68763c890eb2a60f9b50a061502f94e0cf20fdfe (patch)
tree27e759b4a29b2f9fab2c795249faaf7f7559bd95 /include/linux/netdevice.h
parent9f84f8886b98a9411ee20a10ca390487507037b9 (diff)
downloadkernel_samsung_smdk4412-68763c890eb2a60f9b50a061502f94e0cf20fdfe.zip
kernel_samsung_smdk4412-68763c890eb2a60f9b50a061502f94e0cf20fdfe.tar.gz
kernel_samsung_smdk4412-68763c890eb2a60f9b50a061502f94e0cf20fdfe.tar.bz2
trivial: Fix typo fault in netdevice.h
Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
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.