Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1842c4be authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

[BRIDGE]: correct print message typo



Correct message typo/spello.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2a272f98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}