提交 02f44315 编写于 作者: J Jussi Kivilinna 提交者: David S. Miller

[BRIDGE]: Fix typo in net/bridge/br_stp_if.c

Signed-off-by: NJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Acked-by: NStephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 17120889
...@@ -132,7 +132,7 @@ static void br_stp_start(struct net_bridge *br) ...@@ -132,7 +132,7 @@ static void br_stp_start(struct net_bridge *br)
} else { } else {
br->stp_enabled = BR_KERNEL_STP; br->stp_enabled = BR_KERNEL_STP;
printk(KERN_INFO "%s: starting userspace STP failed, " printk(KERN_INFO "%s: starting userspace STP failed, "
"staring kernel STP\n", br->dev->name); "starting kernel STP\n", br->dev->name);
/* To start timers on any ports left in blocking */ /* To start timers on any ports left in blocking */
spin_lock_bh(&br->lock); spin_lock_bh(&br->lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册