aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_vlan.c
diff options
context:
space:
mode:
authortanxiaojun <tanxiaojun@huawei.com>2013-12-16 21:32:46 +0800
committerDavid S. Miller <davem@davemloft.net>2013-12-18 17:53:22 -0500
commit1a81a2e0db5bc8fd487bc17391c65feb0d9d5f94 (patch)
treec6cfd55b5417940ef4058ce1cf7f937e8bdb4f5d /net/bridge/br_vlan.c
parentipv6: support IPV6_PMTU_INTERFACE on sockets (diff)
downloadlinux-dev-1a81a2e0db5bc8fd487bc17391c65feb0d9d5f94.tar.xz
linux-dev-1a81a2e0db5bc8fd487bc17391c65feb0d9d5f94.zip
bridge: spelling fixes
Fix spelling errors in bridge driver. Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_vlan.c')
-rw-r--r--net/bridge/br_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_vlan.c b/net/bridge/br_vlan.c
index af5ebd18d705..7ffc801467ec 100644
--- a/net/bridge/br_vlan.c
+++ b/net/bridge/br_vlan.c
@@ -146,7 +146,7 @@ struct sk_buff *br_handle_vlan(struct net_bridge *br,
/* At this point, we know that the frame was filtered and contains
* a valid vlan id. If the vlan id is set in the untagged bitmap,
- * send untagged; otherwise, send taged.
+ * send untagged; otherwise, send tagged.
*/
br_vlan_get_tag(skb, &vid);
if (test_bit(vid, pv->untagged_bitmap))