diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-22 16:19:50 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-08-27 11:23:21 +0200 |
commit | cc5a639b03fd6190388df78e0f681ede02b541e7 (patch) | |
tree | 5cebc1989742a1f5114477b25eb27c4fb9f1ab11 /net/wireless | |
parent | b42c8edfdb5757d4cf5cb6e7db8b01ca08a54430 (diff) | |
download | linux-cc5a639b03fd6190388df78e0f681ede02b541e7.tar.bz2 |
net: wireless: reg.c: delete duplicated words + fix punctuation
Drop duplicated words "was" and "does".
Fix "let's" apostrophe.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Johannes Berg <johannes.berg@intel.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Link: https://lore.kernel.org/r/20200822231953.465-5-rdunlap@infradead.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/reg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 35b8847a2f6d..dad12004e3c1 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -1594,7 +1594,7 @@ freq_reg_info_regd(u32 center_freq, /* * We only need to know if one frequency rule was - * was in center_freq's band, that's enough, so lets + * in center_freq's band, that's enough, so let's * not overwrite it once found */ if (!band_rule_found) @@ -3167,7 +3167,7 @@ static void restore_custom_reg_settings(struct wiphy *wiphy) * - send a user regulatory hint if applicable * * Device drivers that send a regulatory hint for a specific country - * keep their own regulatory domain on wiphy->regd so that does does + * keep their own regulatory domain on wiphy->regd so that does * not need to be remembered. */ static void restore_regulatory_settings(bool reset_user, bool cached) |