From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: bridge@lists.linux-foundation.org, netdev@vger.kernel.org
Subject: [PATCH 1/2] bridge: br_log_state() s/entering/entered/
Date: Wed, 07 Mar 2012 10:25:14 +0200 [thread overview]
Message-ID: <20120307082514.6293.59158.stgit@localhost.localdomain> (raw)
When br_log_state() is reporting state it should say "entered"
istead of "entering" since state at this point is already
changed.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---
net/bridge/br_stp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/bridge/br_stp.c b/net/bridge/br_stp.c
index 6751ed4..8c836d9 100644
--- a/net/bridge/br_stp.c
+++ b/net/bridge/br_stp.c
@@ -31,7 +31,7 @@ static const char *const br_port_state_names[] = {
void br_log_state(const struct net_bridge_port *p)
{
- br_info(p->br, "port %u(%s) entering %s state\n",
+ br_info(p->br, "port %u(%s) entered %s state\n",
(unsigned) p->port_no, p->dev->name,
br_port_state_names[p->state]);
}
next reply other threads:[~2012-03-07 8:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 8:25 Paulius Zaleckas [this message]
2012-03-07 8:25 ` [PATCH 2/2] bridge: fix state reporting when port is disabled Paulius Zaleckas
2012-03-08 8:25 ` David Miller
2012-03-08 8:25 ` [PATCH 1/2] bridge: br_log_state() s/entering/entered/ David Miller
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=20120307082514.6293.59158.stgit@localhost.localdomain \
--to=paulius.zaleckas@gmail.com \
--cc=bridge@lists.linux-foundation.org \
--cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).