* [Bridge] [PATCH] Fix typo in net/bridge/br_stp_if.c
@ 2007-08-09 18:57 Jussi Kivilinna
2007-08-10 8:43 ` [Bridge] " Stephen Hemminger
0 siblings, 1 reply; 3+ messages in thread
From: Jussi Kivilinna @ 2007-08-09 18:57 UTC (permalink / raw)
To: bridge
Fixes a typo in net/bridge/br_stp_if.c
--- a/net/bridge/br_stp_if.c
+++ b/net/bridge/br_stp_if.c
@@ -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);
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bridge] Re: [PATCH] Fix typo in net/bridge/br_stp_if.c
2007-08-09 18:57 [Bridge] [PATCH] Fix typo in net/bridge/br_stp_if.c Jussi Kivilinna
@ 2007-08-10 8:43 ` Stephen Hemminger
2007-08-11 10:21 ` Jussi Kivilinna
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2007-08-10 8:43 UTC (permalink / raw)
To: Jussi Kivilinna; +Cc: bridge
On Thu, 09 Aug 2007 21:57:52 +0300
Jussi Kivilinna <jussi.kivilinna@pp.inet.fi> wrote:
> Fixes a typo in net/bridge/br_stp_if.c
>
> --- a/net/bridge/br_stp_if.c
> +++ b/net/bridge/br_stp_if.c
> @@ -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);
Okay, but I can't forward patch through directly without Signed-off-by:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bridge] Re: [PATCH] Fix typo in net/bridge/br_stp_if.c
2007-08-10 8:43 ` [Bridge] " Stephen Hemminger
@ 2007-08-11 10:21 ` Jussi Kivilinna
0 siblings, 0 replies; 3+ messages in thread
From: Jussi Kivilinna @ 2007-08-11 10:21 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: bridge
Stephen Hemminger kirjoitti:
>
> Okay, but I can't forward patch through directly without Signed-off-by:
>
Oh, sorry, didn't know about DCO/Signed-off-by, but I do now.
Fixes a typo in net/bridge/br_stp_if.c
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
--- a/net/bridge/br_stp_if.c
+++ b/net/bridge/br_stp_if.c
@@ -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);
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-11 10:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 18:57 [Bridge] [PATCH] Fix typo in net/bridge/br_stp_if.c Jussi Kivilinna
2007-08-10 8:43 ` [Bridge] " Stephen Hemminger
2007-08-11 10:21 ` Jussi Kivilinna
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox