All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless: realtek: fix spelling typo of workaround
@ 2020-11-07  8:40 Wang Qing
  2020-11-10 18:56 ` rtlwifi: " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Qing @ 2020-11-07  8:40 UTC (permalink / raw)
  To: Ping-Ke Shih, Kalle Valo, David S. Miller, Jakub Kicinski,
	Larry Finger, Gustavo A. R. Silva, Joe Perches, Zheng Bin,
	Wang Qing, linux-wireless, netdev, linux-kernel

workarould -> workaround

Signed-off-by: Wang Qing <wangqing@vivo.com>
---
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
index f41a764..b4628b4
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
@@ -62,7 +62,7 @@ static void rtl8812ae_fixspur(struct ieee80211_hw *hw,
 			rtl_set_bbreg(hw, RRFMOD, 0xC00, 0x2);
 			/* 0x8AC[11:10] = 2'b10*/
 
-		/* <20120914, Kordan> A workarould to resolve
+		/* <20120914, Kordan> A workaround to resolve
 		 * 2480Mhz spur by setting ADC clock as 160M. (Asked by Binson)
 		 */
 		if (band_width == HT_CHANNEL_WIDTH_20 &&
@@ -82,7 +82,7 @@ static void rtl8812ae_fixspur(struct ieee80211_hw *hw,
 			/*0x8C4[30] = 0*/
 		}
 	} else if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) {
-		/* <20120914, Kordan> A workarould to resolve
+		/* <20120914, Kordan> A workaround to resolve
 		 * 2480Mhz spur by setting ADC clock as 160M.
 		 */
 		if (band_width == HT_CHANNEL_WIDTH_20 &&
-- 
2.7.4


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

* Re: rtlwifi: fix spelling typo of workaround
  2020-11-07  8:40 [PATCH] wireless: realtek: fix spelling typo of workaround Wang Qing
@ 2020-11-10 18:56 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-11-10 18:56 UTC (permalink / raw)
  To: Wang Qing
  Cc: Ping-Ke Shih, David S. Miller, Jakub Kicinski, Larry Finger,
	Gustavo A. R. Silva, Joe Perches, Zheng Bin, Wang Qing,
	linux-wireless, netdev, linux-kernel

Wang Qing <wangqing@vivo.com> wrote:

> workarould -> workaround
> 
> Signed-off-by: Wang Qing <wangqing@vivo.com>

Patch applied to wireless-drivers-next.git, thanks.

dd90fc4630d2 rtlwifi: fix spelling typo of workaround

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/1604738439-24794-1-git-send-email-wangqing@vivo.com/

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


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

end of thread, other threads:[~2020-11-10 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07  8:40 [PATCH] wireless: realtek: fix spelling typo of workaround Wang Qing
2020-11-10 18:56 ` rtlwifi: " 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.