summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2004-11-09 01:17:38 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-09 01:17:38 -0800
commit5602907363efd7c8584fa4acebd4455cae620bc8 (patch)
tree7b179ad2c4ad1cb05edbdd4ffff1e85013269713 /net
parentd8c08d284d818b5deac6fb0c576e92baadd7ede7 (diff)
[PATCH] propogate typos
Diffstat (limited to 'net')
-rw-r--r--net/8021q/vlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c
index 07fa568c0cb0..0f1fa0e4ff3e 100644
--- a/net/8021q/vlan.c
+++ b/net/8021q/vlan.c
@@ -69,7 +69,7 @@ static struct packet_type vlan_packet_type = {
.func = vlan_skb_recv, /* VLAN receive method */
};
-/* Bits of netdev state that are propogated from real device to virtual */
+/* Bits of netdev state that are propagated from real device to virtual */
#define VLAN_LINK_STATE_MASK \
((1<<__LINK_STATE_PRESENT)|(1<<__LINK_STATE_NOCARRIER))
@@ -569,7 +569,7 @@ static int vlan_device_event(struct notifier_block *unused, unsigned long event,
switch (event) {
case NETDEV_CHANGE:
- /* Propogate real device state to vlan devices */
+ /* Propagate real device state to vlan devices */
flgs = dev->state & VLAN_LINK_STATE_MASK;
for (i = 0; i < VLAN_GROUP_ARRAY_LEN; i++) {
vlandev = grp->vlan_devices[i];