Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288368
b: refs/heads/master
c: d9e179e
h: refs/heads/master
v: v3
  • Loading branch information
Paulius Zaleckas authored and David S. Miller committed Mar 8, 2012
1 parent a01c7e8 commit 8fb0a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09c1d446fe0e2e3f34b366a6b3c1b19efa1522af
refs/heads/master: d9e179ecec0805c41b17f9a0c3b925d415677772
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_stp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
Expand Down

0 comments on commit 8fb0a69

Please sign in to comment.