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

Commit 4a22b00b authored by Colin Ian King's avatar Colin Ian King Committed by Johannes Berg
Browse files

cfg80211: fix spelling mistake: "uknown" -> "unknown"



Trivial fix to spelling mistake in pr_debug message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 73887fd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3399,7 +3399,7 @@ bool reg_supported_dfs_region(enum nl80211_dfs_regions dfs_region)
	case NL80211_DFS_JP:
		return true;
	default:
		pr_debug("Ignoring uknown DFS master region: %d\n", dfs_region);
		pr_debug("Ignoring unknown DFS master region: %d\n", dfs_region);
		return false;
	}
}