All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jussi Kivilinna <jussi.kivilinna@pp.inet.fi>
To: Stephen Hemminger <shemminger@linux-foundation.org>
Cc: bridge@lists.linux-foundation.org
Subject: [Bridge] Re: [PATCH] Fix typo in net/bridge/br_stp_if.c
Date: Sat, 11 Aug 2007 13:21:07 +0300	[thread overview]
Message-ID: <46BD8D93.1060200@pp.inet.fi> (raw)
In-Reply-To: <20070810094347.24c70480@oldman.hamilton.local>

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);

      reply	other threads:[~2007-08-11 10:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46BD8D93.1060200@pp.inet.fi \
    --to=jussi.kivilinna@pp.inet.fi \
    --cc=bridge@lists.linux-foundation.org \
    --cc=jussi.kivilinna@mbnet.fi \
    --cc=shemminger@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.