summaryrefslogtreecommitdiff
path: root/net/bridge/br_if.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_if.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_if.c')
-rw-r--r--net/bridge/br_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c
index 4bf02adb5dc2..1f6bd1e2e8a4 100644
--- a/net/bridge/br_if.c
+++ b/net/bridge/br_if.c
@@ -61,7 +61,7 @@ static int port_cost(struct net_device *dev)
}
-/* Check for port carrier transistions. */
+/* Check for port carrier transitions. */
void br_port_carrier_check(struct net_bridge_port *p)
{
struct net_device *dev = p->dev;