diff options
| author | Rohit Chourasia <chourasiarohit27@gmail.com> | 2025-12-11 19:19:11 +0300 |
|---|---|---|
| committer | Ping-Ke Shih <pkshih@realtek.com> | 2025-12-23 08:22:50 +0300 |
| commit | af04c1e8e7a92540ba8649c815c6f35b5a424616 (patch) | |
| tree | 4efb740b179fc4fb88662c6247d21014b0d10c7d | |
| parent | d3a9e132a4c6273a5254e743da14887502e928c8 (diff) | |
| download | linux-af04c1e8e7a92540ba8649c815c6f35b5a424616.tar.xz | |
wifi: rtlwifi: fix typo 'received' in comment
Fix typo received -> received by review.
Signed-off-by: Rohit Chourasia <chourasiarohit27@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20251211161911.30611-1-chourasiarohit27@gmail.com
| -rw-r--r-- | drivers/net/wireless/realtek/rtlwifi/regd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/regd.c b/drivers/net/wireless/realtek/rtlwifi/regd.c index 0bc4afa4fda3..fd967006b3e1 100644 --- a/drivers/net/wireless/realtek/rtlwifi/regd.c +++ b/drivers/net/wireless/realtek/rtlwifi/regd.c @@ -206,7 +206,7 @@ static void _rtl_reg_apply_active_scan_flags(struct wiphy *wiphy, } /* - *If a country IE has been recieved check its rule for this + *If a country IE has been received check its rule for this *channel first before enabling active scan. The passive scan *would have been enforced by the initial processing of our *custom regulatory domain. |
