From: Rohit Chourasia Date: Thu, 11 Dec 2025 16:19:11 +0000 (+0530) Subject: wifi: rtlwifi: fix typo 'received' in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af04c1e8e7a92540ba8649c815c6f35b5a424616;p=thirdparty%2Fkernel%2Flinux.git wifi: rtlwifi: fix typo 'received' in comment Fix typo received -> received by review. Signed-off-by: Rohit Chourasia Acked-by: Ping-Ke Shih Signed-off-by: Ping-Ke Shih Link: https://patch.msgid.link/20251211161911.30611-1-chourasiarohit27@gmail.com --- diff --git a/drivers/net/wireless/realtek/rtlwifi/regd.c b/drivers/net/wireless/realtek/rtlwifi/regd.c index 0bc4afa4fda33..fd967006b3e1e 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.