1
0
Fork 0

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

Trivial fix to spelling mistake in pr_debug message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
hifive-unleashed-5.1
Colin Ian King 2018-05-11 14:25:42 +01:00 committed by Johannes Berg
parent 73887fd906
commit 4a22b00b28
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}