From 30fbe8cfaabe305685259175f08ff305cd5dfb68 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Sun, 2 Jan 2011 22:54:09 +0000 Subject: [PATCH] --- yaml --- r: 225447 b: refs/heads/master c: 68763c890eb2a60f9b50a061502f94e0cf20fdfe h: refs/heads/master i: 225445: 403609b5c948ba5f93d42d663673e3c2d7cbccb6 225443: 1905a7fd8557eb820a063b064a61545f5a40d16d 225439: 9356c1257535fb6519d35dce721f498cea90d893 v: v3 --- [refs] | 2 +- trunk/include/linux/netdevice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a3746c4e7e05..48084301eda5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9f84f8886b98a9411ee20a10ca390487507037b9 +refs/heads/master: 68763c890eb2a60f9b50a061502f94e0cf20fdfe diff --git a/trunk/include/linux/netdevice.h b/trunk/include/linux/netdevice.h index cc916c5c3279..0f6b1c965815 100644 --- a/trunk/include/linux/netdevice.h +++ b/trunk/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.