Skip to content

Commit

Permalink
[BRIDGE]: correct print message typo
Browse files Browse the repository at this point in the history
Correct message typo/spello.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Oct 26, 2006
1 parent 2a272f9 commit 1842c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/br_sysfs_br.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 attribute file %s/%s\n",
__FUNCTION__, dev->name, bridge_forward.attr.name);
goto out2;
}
Expand Down

0 comments on commit 1842c4b

Please sign in to comment.