netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] bridge: br_log_state() s/entering/entered/
@ 2012-03-07  8:25 Paulius Zaleckas
  2012-03-07  8:25 ` [PATCH 2/2] bridge: fix state reporting when port is disabled Paulius Zaleckas
  2012-03-08  8:25 ` [PATCH 1/2] bridge: br_log_state() s/entering/entered/ David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Paulius Zaleckas @ 2012-03-07  8:25 UTC (permalink / raw)
  To: bridge, netdev

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-08  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07  8:25 [PATCH 1/2] bridge: br_log_state() s/entering/entered/ Paulius Zaleckas
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

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