diff options
author | tanxiaojun <tanxiaojun@huawei.com> | 2013-12-16 21:32:46 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-18 17:53:22 -0500 |
commit | 1a81a2e0db5bc8fd487bc17391c65feb0d9d5f94 (patch) | |
tree | c6cfd55b5417940ef4058ce1cf7f937e8bdb4f5d /net/bridge/br_forward.c | |
parent | 93b36cf3425b9bd9c56df7680fb237686b9c82ae (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.c | 2 |
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, void (*__packet_hook)(const struct net_bridge_port *p, struct sk_buff *skb)); -/* Don't forward packets to originating port or forwarding diasabled */ +/* Don't forward packets to originating port or forwarding disabled */ static inline int should_deliver(const struct net_bridge_port *p, const struct sk_buff *skb) { |