* [PATCH] cfg80211: fix spelling mistake: "uknown" -> "unknown"
@ 2018-05-11 13:25 Colin King
0 siblings, 0 replies; only message in thread
From: Colin King @ 2018-05-11 13:25 UTC (permalink / raw)
To: Johannes Berg, David S . Miller, linux-wireless; +Cc: kernel-janitors, netdev
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in pr_debug message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
net/wireless/reg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 72eb7c6b6e7f..e55099b1785d 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -3400,7 +3400,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;
}
}
--
2.17.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-11 13:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 13:25 [PATCH] cfg80211: fix spelling mistake: "uknown" -> "unknown" Colin King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).