aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_forward.c
diff options
context:
space:
mode:
authortanxiaojun <tanxiaojun@huawei.com>2013-12-16 08:32:46 -0500
committerDavid S. Miller <davem@davemloft.net>2013-12-18 17:53:22 -0500
commit1a81a2e0db5bc8fd487bc17391c65feb0d9d5f94 (patch)
treec6cfd55b5417940ef4058ce1cf7f937e8bdb4f5d /net/bridge/br_forward.c
parent93b36cf3425b9bd9c56df7680fb237686b9c82ae (diff)
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_forward.c')
-rw-r--r--net/bridge/br_forward.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_forward.c b/net/bridge/br_forward.c
index 4b81b1471789..96866aaf3f71 100644
--- a/net/bridge/br_forward.c
+++ b/net/bridge/br_forward.c
@@ -26,7 +26,7 @@ static int deliver_clone(const struct net_bridge_port *prev,
26 void (*__packet_hook)(const struct net_bridge_port *p, 26 void (*__packet_hook)(const struct net_bridge_port *p,
27 struct sk_buff *skb)); 27 struct sk_buff *skb));
28 28
29/* Don't forward packets to originating port or forwarding diasabled */ 29/* Don't forward packets to originating port or forwarding disabled */
30static inline int should_deliver(const struct net_bridge_port *p, 30static inline int should_deliver(const struct net_bridge_port *p,
31 const struct sk_buff *skb) 31 const struct sk_buff *skb)
32{ 32{