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

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
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment