diff options
| author | 2021-03-27 04:42:51 +0530 | |
|---|---|---|
| committer | 2021-03-28 17:31:14 -0700 | |
| commit | f2e3093172b9726f3e16a47d5d83ce2edf4060f0 (patch) | |
| tree | 14dd571072663c9d25fb4cf24c59e454e4bf2792 /net/wireless | |
| parent | node.c: A typo fix (diff) | |
| download | linux-dev-f2e3093172b9726f3e16a47d5d83ce2edf4060f0.tar.xz linux-dev-f2e3093172b9726f3e16a47d5d83ce2edf4060f0.zip | |
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>
Diffstat (limited to 'net/wireless')
| -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 |
