diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 04:42:51 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-28 17:31:14 -0700 |
commit | f2e3093172b9726f3e16a47d5d83ce2edf4060f0 (patch) | |
tree | 14dd571072663c9d25fb4cf24c59e454e4bf2792 | |
parent | 0184235ec6d1decb56740d9c99fdd0035b1d4c9d (diff) |
reg.c: Fix a spello
s/ingoring/ignoring/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/wireless/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 21536c48deec..68db914df642 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -3404,7 +3404,7 @@ static void restore_custom_reg_settings(struct wiphy *wiphy) } /* - * Restoring regulatory settings involves ingoring any + * Restoring regulatory settings involves ignoring any * possibly stale country IE information and user regulatory * settings if so desired, this includes any beacon hints * learned as we could have traveled outside to another country |