Skip to content

Commit

Permalink
[BRIDGE]: Fix typo in net/bridge/br_stp_if.c
Browse files Browse the repository at this point in the history
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Acked-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
jkivilin authored and davem330 committed Aug 14, 2007
1 parent 1712088 commit 02f4431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/br_stp_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static void br_stp_start(struct net_bridge *br)
} else {
br->stp_enabled = BR_KERNEL_STP;
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 */
spin_lock_bh(&br->lock);
Expand Down

0 comments on commit 02f4431

Please sign in to comment.