projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a272f9
)
[BRIDGE]: correct print message typo
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 26 Oct 2006 06:07:37 +0000
(23:07 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 26 Oct 2006 06:07:37 +0000
(23:07 -0700)
Correct message typo/spello.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_sysfs_br.c
patch
|
blob
|
history
diff --git
a/net/bridge/br_sysfs_br.c
b/net/bridge/br_sysfs_br.c
index 96bcb2ff59abce05cd3be39c9384898c3ba93161..de9d1a9473f264cd2d61d6897ffad8ce89e0d2d4 100644
(file)
--- a/
net/bridge/br_sysfs_br.c
+++ b/
net/bridge/br_sysfs_br.c
@@
-376,7
+376,7
@@
int br_sysfs_addbr(struct net_device *dev)
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 attribu
t
e file %s/%s\n",
__FUNCTION__, dev->name, bridge_forward.attr.name);
goto out2;
}