All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: wireless: realtek: rtlwifi: fix spelling mistake
@ 2020-01-24  4:34 Saurav Girepunje
  2020-01-26 15:49 ` [PATCH] " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Saurav Girepunje @ 2020-01-24  4:34 UTC (permalink / raw)
  To: pkshih, kvalo, davem, Larry.Finger, saurav.girepunje,
	linux-wireless, netdev, linux-kernel
  Cc: saurav.girepunje

fix spelling mistake reported by checkpatch in trx.c .

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rtlwifi: fix spelling mistake
  2020-01-24  4:34 [PATCH] net: wireless: realtek: rtlwifi: fix spelling mistake Saurav Girepunje
@ 2020-01-26 15:49 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-01-26 15:49 UTC (permalink / raw)
  To: Saurav Girepunje
  Cc: pkshih, davem, Larry.Finger, saurav.girepunje, linux-wireless,
	netdev, linux-kernel, saurav.girepunje

Saurav Girepunje <saurav.girepunje@gmail.com> wrote:

> fix spelling mistake reported by checkpatch in trx.c .
> 
> Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>

Failed to apply to wireless-drivers-next, please rebase and resend as
v2.

error: patch failed: drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c:276
error: drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c: patch does not apply
error: Did you hand edit your patch?
It does not apply to blobs recorded in its index.
Applying: rtlwifi: fix spelling mistake
Using index info to reconstruct a base tree...
Patch failed at 0001 rtlwifi: fix spelling mistake
The copy of the patch that failed is found in: .git/rebase-apply/patch

Patch set to Changes Requested.

-- 
https://patchwork.kernel.org/patch/11349731/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-26 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24  4:34 [PATCH] net: wireless: realtek: rtlwifi: fix spelling mistake Saurav Girepunje
2020-01-26 15:49 ` [PATCH] " Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.