All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julia Lawall <Julia.Lawall@inria.fr>
To: Ping-Ke Shih <pkshih@realtek.com>
Cc: kernel-janitors@vger.kernel.org, Kalle Valo <kvalo@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 19/30] rtlwifi: rtl8821ae: fix typos in comments
Date: Mon, 14 Mar 2022 12:53:43 +0100	[thread overview]
Message-ID: <20220314115354.144023-20-Julia.Lawall@inria.fr> (raw)
In-Reply-To: <20220314115354.144023-1-Julia.Lawall@inria.fr>

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
index f6bff0ebd6b0..f3fe16798c59 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
@@ -872,7 +872,7 @@ static void rtl8821ae_dm_false_alarm_counter_statistics(struct ieee80211_hw *hw)
 	else
 		falsealm_cnt->cnt_all = falsealm_cnt->cnt_ofdm_fail;
 
-	/*reset OFDM FA coutner*/
+	/*reset OFDM FA counter*/
 	rtl_set_bbreg(hw, ODM_REG_OFDM_FA_RST_11AC, BIT(17), 1);
 	rtl_set_bbreg(hw, ODM_REG_OFDM_FA_RST_11AC, BIT(17), 0);
 	/* reset CCK FA counter*/
@@ -1464,7 +1464,7 @@ void rtl8812ae_dm_txpower_tracking_callback_thermalmeter(
 	const u8 *delta_swing_table_idx_tup_b;
 	const u8 *delta_swing_table_idx_tdown_b;
 
-	/*2. Initilization ( 7 steps in total )*/
+	/*2. Initialization ( 7 steps in total )*/
 	rtl8812ae_get_delta_swing_table(hw,
 		&delta_swing_table_idx_tup_a,
 		&delta_swing_table_idx_tdown_a,
@@ -2502,7 +2502,7 @@ static void rtl8821ae_dm_check_edca_turbo(struct ieee80211_hw *hw)
 	rtlpriv->dm.dbginfo.num_non_be_pkt = 0;
 
 	/*===============================
-	 * list paramter for different platform
+	 * list parameter for different platform
 	 *===============================
 	 */
 	pb_is_cur_rdl_state = &rtlpriv->dm.is_cur_rdlstate;


  parent reply	other threads:[~2022-03-14 12:47 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` [PATCH 01/30] drm/amd/pm: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-15 15:48   ` Alex Deucher
2022-03-15 15:48     ` Alex Deucher
2022-03-14 11:53 ` [PATCH 02/30] scsi: lpfc: " Julia Lawall
2022-03-14 11:53 ` [PATCH 03/30] ath6kl: " Julia Lawall
2022-03-18 15:39   ` Kalle Valo
2022-03-14 11:53 ` [PATCH 04/30] kernfs: " Julia Lawall
2022-03-14 11:53 ` [PATCH 05/30] x86/platform/uv: " Julia Lawall
2022-03-14 18:03   ` Ernst, Justin
2022-03-14 11:53 ` [PATCH 06/30] drm/bridge: analogix_dp: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 12:08   ` Robert Foss
2022-03-14 11:53 ` [PATCH 07/30] staging: rtl8723bs: " Julia Lawall
2022-03-14 11:53 ` [PATCH 08/30] leds: pca963x: " Julia Lawall
2022-03-14 11:53 ` [PATCH 09/30] media: i2c: ov5695: " Julia Lawall
2022-04-14  8:48   ` Sakari Ailus
2022-03-14 11:53 ` [PATCH 10/30] mt76: mt7915: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53 ` [PATCH 11/30] usb: gadget: udc: " Julia Lawall
2022-03-14 11:53 ` [PATCH 12/30] drivers: net: packetengines: " Julia Lawall
2022-03-14 17:06   ` Jakub Kicinski
2022-03-14 17:13     ` Julia Lawall
2022-03-14 11:53 ` [PATCH 13/30] UBI: block: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53 ` [PATCH 14/30] clk: ti: clkctrl: " Julia Lawall
2022-03-15 22:48   ` Stephen Boyd
2022-03-14 11:53 ` [PATCH 15/30] clk: qcom: sm6125-gcc: " Julia Lawall
2022-03-15 22:49   ` Stephen Boyd
2022-03-14 11:53 ` [PATCH 16/30] drm/sti: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 14:59   ` Alain Volmat
2022-03-14 14:59     ` Alain Volmat
2022-03-14 11:53 ` [PATCH 17/30] scsi: elx: libefc_sli: " Julia Lawall
2022-03-14 11:53 ` [PATCH 18/30] devres: " Julia Lawall
2022-03-14 11:53 ` Julia Lawall [this message]
2022-03-15  0:29   ` [PATCH 19/30] rtlwifi: rtl8821ae: " Pkshih
2022-03-16 15:31   ` Kalle Valo
2022-03-14 11:53 ` [PATCH 20/30] airo: " Julia Lawall
2022-03-14 11:53 ` [PATCH 21/30] spi: sun4i: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 14:35   ` Chen-Yu Tsai
2022-03-14 14:35     ` Chen-Yu Tsai
2022-03-14 11:53 ` [PATCH 22/30] RDMA/hw/qib/qib_iba7220: " Julia Lawall
2022-03-15  0:14   ` Jason Gunthorpe
2022-03-14 11:53 ` [PATCH 23/30] drm/amdgpu/dc: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-15 15:51   ` Alex Deucher
2022-03-15 15:51     ` Alex Deucher
2022-03-15 15:51     ` Alex Deucher
2022-03-14 11:53 ` [PATCH 24/30] scsi: qla2xxx: " Julia Lawall
2022-03-14 11:53 ` [PATCH 25/30] treewide: " Julia Lawall
2022-03-14 11:53 ` [PATCH 26/30] s390/pkey: " Julia Lawall
2022-03-14 11:53 ` [PATCH 27/30] can: ucan: " Julia Lawall
2022-03-14 12:05   ` Marc Kleine-Budde
2022-03-14 13:03     ` Julia Lawall
2022-03-14 13:36       ` Marc Kleine-Budde
2022-03-14 11:53 ` [PATCH 28/30] mfd: bd9576: " Julia Lawall
2022-03-15 10:13   ` Vaittinen, Matti
2022-03-22  7:28   ` Lee Jones
2022-03-14 11:53 ` [PATCH 29/30] drm/amdgpu: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-15 15:50   ` Alex Deucher
2022-03-15 15:50     ` Alex Deucher
2022-03-14 11:53 ` [PATCH 30/30] perf/core: " Julia Lawall
2022-03-17  3:09   ` Ian Rogers
2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-15  4:33 ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  5:35 ` Joe Perches
2022-03-15  7:11   ` Julia Lawall
2022-03-15 13:40 ` (subset) " Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-19  3:56 ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220314115354.144023-20-Julia.Lawall@inria.fr \
    --to=julia.lawall@inria.fr \
    --cc=davem@davemloft.net \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=kuba@kernel.org \
    --cc=kvalo@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pkshih@realtek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.