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

Commit 79012f8b authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211_hwsim: fix a print message



The prefix should be mac80211_hwsim, not mac_80211_hwsim.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 057d5f4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2618,7 +2618,7 @@ static int __init init_mac80211_hwsim(void)
	return 0;

failed_nl:
	printk(KERN_DEBUG "mac_80211_hwsim: failed initializing netlink\n");
	printk(KERN_DEBUG "mac80211_hwsim: failed initializing netlink\n");
	return err;

failed_mon: