netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bridge: correct print message typo
@ 2006-10-25  4:24 Randy Dunlap
  2006-10-25  5:49 ` Stephen Hemminger
  2006-10-26  6:07 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2006-10-25  4:24 UTC (permalink / raw)
  To: shemminger, davem; +Cc: netdev

From: Randy Dunlap <randy.dunlap@oracle.com>

Correct message typo/spello.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 net/bridge/br_sysfs_br.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2619-rc3-pv.orig/net/bridge/br_sysfs_br.c
+++ linux-2619-rc3-pv/net/bridge/br_sysfs_br.c
@@ -376,7 +376,7 @@ int br_sysfs_addbr(struct net_device *de
 
 	err = sysfs_create_bin_file(brobj, &bridge_forward);
 	if (err) {
-		pr_info("%s: can't create attribue file %s/%s\n",
+		pr_info("%s: can't create attribute file %s/%s\n",
 			__FUNCTION__, dev->name, bridge_forward.attr.name);
 		goto out2;
 	}


---

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

end of thread, other threads:[~2006-10-26  6:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25  4:24 [PATCH] bridge: correct print message typo Randy Dunlap
2006-10-25  5:49 ` Stephen Hemminger
2006-10-26  6:07 ` 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).