lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 24 Jan 2020 10:04:33 +0530
From:   Saurav Girepunje <saurav.girepunje@...il.com>
To:     pkshih@...ltek.com, kvalo@...eaurora.org, davem@...emloft.net,
        Larry.Finger@...inger.net, saurav.girepunje@...il.com,
        linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     saurav.girepunje@...mail.com
Subject: [PATCH] net: wireless: realtek: rtlwifi: fix spelling mistake

fix spelling mistake reported by checkpatch in trx.c .

Signed-off-by: Saurav Girepunje <saurav.girepunje@...il.com>
---
  drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c
index 9eaa534..cad4c9f 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c
@@ -276,7 +276,7 @@ bool rtl92se_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *stats,
  
  	/* hw will set stats->decrypted true, if it finds the
  	 * frame is open data frame or mgmt frame,
-	 * hw will not decrypt robust managment frame
+	 * hw will not decrypt robust management frame
  	 * for IEEE80211w but still set stats->decrypted
  	 * true, so here we should set it back to undecrypted
  	 * for IEEE80211w frame, and mac80211 sw will help
@@ -466,7 +466,7 @@ void rtl92se_tx_fill_desc(struct ieee80211_hw *hw,
  		/* Alwasy enable all rate fallback range */
  		set_tx_desc_data_rate_fb_limit(pdesc, 0x1F);
  
-		/* Fix: I don't kown why hw use 6.5M to tx when set it */
+		/* Fix: I don't know why hw use 6.5M to tx when set it */
  		set_tx_desc_user_rate(pdesc,
  				      ptcb_desc->use_driver_rate ? 1 : 0);
  
-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ