* [Bridge] [PATCH] typo in br_stp.c: propgating -> propagating
@ 2004-07-19 11:59 Tommi Virtanen
0 siblings, 0 replies; only message in thread
From: Tommi Virtanen @ 2004-07-19 11:59 UTC (permalink / raw)
To: bridge
Hi. I'm not subscribed, so please Cc: me.
This trivial patch fixes a typo that irritates me every time I boot..
--- linux-2.5.orig/net/bridge/br_stp.c 2004-07-19 14:43:44.000000000 +0300
+++ linux-2.5/net/bridge/br_stp.c 2004-07-19 14:53:15.000000000 +0300
@@ -299,7 +299,7 @@
int isroot = br_is_root_bridge(br);
pr_info("%s: topology change detected, %s\n", br->dev->name,
- isroot ? "propgating" : "sending tcn bpdu");
+ isroot ? "propagating" : "sending tcn bpdu");
if (isroot) {
br->topology_change = 1;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-19 11:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-19 11:59 [Bridge] [PATCH] typo in br_stp.c: propgating -> propagating Tommi Virtanen
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.