netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/30] fix typos in comments
@ 2022-03-14 11:53 Julia Lawall
  2022-03-14 11:53 ` [PATCH 03/30] ath6kl: " Julia Lawall
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: linux-can
  Cc: kernel-janitors, linux-sunxi, linux-spi, target-devel,
	linux-arm-msm, linux-mtd, linux-usb, linux-media, linux-staging,
	platform-driver-x86, netdev, linux-wireless, dri-devel, amd-gfx,
	linux-kernel, linux-scsi, Laurent Pinchart, Jonas Karlman,
	Jernej Skrabec, linux-leds, Shayne Chen, Sean Wang,
	linux-arm-kernel, linux-mediatek, linux-omap, linux-clk,
	Rafael J. Wysocki, linux-rdma, Christian Borntraeger,
	Sven Schnelle, linux-s390, Matti Vaittinen, linux-power,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users

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

---

 drivers/base/devres.c                               |    4 ++--
 drivers/clk/qcom/gcc-sm6125.c                       |    2 +-
 drivers/clk/ti/clkctrl.c                            |    2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c              |    4 ++--
 drivers/gpu/drm/amd/display/dc/bios/command_table.c |    6 +++---
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                  |    2 +-
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c  |    4 ++--
 drivers/gpu/drm/sti/sti_gdp.c                       |    2 +-
 drivers/infiniband/hw/qib/qib_iba7220.c             |    4 ++--
 drivers/leds/leds-pca963x.c                         |    2 +-
 drivers/media/i2c/ov5695.c                          |    2 +-
 drivers/mfd/rohm-bd9576.c                           |    2 +-
 drivers/mtd/ubi/block.c                             |    2 +-
 drivers/net/can/usb/ucan.c                          |    4 ++--
 drivers/net/ethernet/packetengines/yellowfin.c      |    2 +-
 drivers/net/wireless/ath/ath6kl/htc_mbox.c          |    2 +-
 drivers/net/wireless/cisco/airo.c                   |    2 +-
 drivers/net/wireless/mediatek/mt76/mt7915/init.c    |    2 +-
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c |    6 +++---
 drivers/platform/x86/uv_sysfs.c                     |    2 +-
 drivers/s390/crypto/pkey_api.c                      |    2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm.c                |    2 +-
 drivers/scsi/elx/libefc_sli/sli4.c                  |    2 +-
 drivers/scsi/lpfc/lpfc_mbox.c                       |    2 +-
 drivers/scsi/qla2xxx/qla_gs.c                       |    2 +-
 drivers/spi/spi-sun4i.c                             |    2 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c           |    2 +-
 drivers/usb/gadget/udc/snps_udc_core.c              |    2 +-
 fs/kernfs/file.c                                    |    2 +-
 kernel/events/core.c                                |    2 +-
 30 files changed, 39 insertions(+), 39 deletions(-)

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

* [PATCH 03/30] ath6kl: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-18 15:39   ` Kalle Valo
  2022-03-14 11:53 ` [PATCH 10/30] mt76: mt7915: " Julia Lawall
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Kalle Valo
  Cc: kernel-janitors, David S. Miller, Jakub Kicinski, linux-wireless,
	netdev, linux-kernel

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

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

---
 drivers/net/wireless/ath/ath6kl/htc_mbox.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath6kl/htc_mbox.c b/drivers/net/wireless/ath/ath6kl/htc_mbox.c
index e3874421c4c0..1963d3145481 100644
--- a/drivers/net/wireless/ath/ath6kl/htc_mbox.c
+++ b/drivers/net/wireless/ath/ath6kl/htc_mbox.c
@@ -1538,7 +1538,7 @@ static int ath6kl_htc_rx_alloc(struct htc_target *target,
 					     queue, n_msg);
 
 		/*
-		 * This is due to unavailabilty of buffers to rx entire data.
+		 * This is due to unavailability of buffers to rx entire data.
 		 * Return no error so that free buffers from queue can be used
 		 * to receive partial data.
 		 */


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

* [PATCH 10/30] mt76: mt7915: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
  2022-03-14 11:53 ` [PATCH 03/30] ath6kl: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 12/30] drivers: net: packetengines: " Julia Lawall
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Felix Fietkau
  Cc: kernel-janitors, Lorenzo Bianconi, Ryder Lee, Shayne Chen,
	Sean Wang, Kalle Valo, David S. Miller, Jakub Kicinski,
	Matthias Brugger, linux-wireless, netdev, linux-arm-kernel,
	linux-mediatek, linux-kernel

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

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

---
 drivers/net/wireless/mediatek/mt76/mt7915/init.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/init.c b/drivers/net/wireless/mediatek/mt76/mt7915/init.c
index fd16d777f2e4..ab2a1a5f7811 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7915/init.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7915/init.c
@@ -579,7 +579,7 @@ static void mt7915_wfsys_reset(struct mt7915_dev *dev)
 		val &= ~MT_TOP_PWR_SW_RST;
 		mt76_wr(dev, MT_TOP_PWR_CTRL, val);
 
-		/* release wfsys then mcu re-excutes romcode */
+		/* release wfsys then mcu re-executes romcode */
 		val |= MT_TOP_PWR_SW_RST;
 		mt76_wr(dev, MT_TOP_PWR_CTRL, val);
 


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

* [PATCH 12/30] drivers: net: packetengines: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
  2022-03-14 11:53 ` [PATCH 03/30] ath6kl: " Julia Lawall
  2022-03-14 11:53 ` [PATCH 10/30] mt76: mt7915: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 17:06   ` Jakub Kicinski
  2022-03-14 11:53 ` [PATCH 19/30] rtlwifi: rtl8821ae: " Julia Lawall
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: David S. Miller; +Cc: kernel-janitors, Jakub Kicinski, netdev, linux-kernel

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

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

---
 drivers/net/ethernet/packetengines/yellowfin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/packetengines/yellowfin.c b/drivers/net/ethernet/packetengines/yellowfin.c
index 12105f62cbdd..03650022d444 100644
--- a/drivers/net/ethernet/packetengines/yellowfin.c
+++ b/drivers/net/ethernet/packetengines/yellowfin.c
@@ -191,7 +191,7 @@ IV. Notes
 
 Thanks to Kim Stearns of Packet Engines for providing a pair of G-NIC boards.
 Thanks to Bruce Faust of Digitalscape for providing both their SYM53C885 board
-and an AlphaStation to verifty the Alpha port!
+and an AlphaStation to verify the Alpha port!
 
 IVb. References
 


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

* [PATCH 19/30] rtlwifi: rtl8821ae: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (2 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 12/30] drivers: net: packetengines: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-15  0:29   ` Pkshih
  2022-03-16 15:31   ` Kalle Valo
  2022-03-14 11:53 ` [PATCH 20/30] airo: " Julia Lawall
                   ` (5 subsequent siblings)
  9 siblings, 2 replies; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Ping-Ke Shih
  Cc: kernel-janitors, Kalle Valo, David S. Miller, Jakub Kicinski,
	linux-wireless, netdev, linux-kernel

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;


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

* [PATCH 20/30] airo: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (3 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 19/30] rtlwifi: rtl8821ae: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 27/30] can: ucan: " Julia Lawall
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Kalle Valo
  Cc: kernel-janitors, David S. Miller, Jakub Kicinski, linux-wireless,
	netdev, linux-kernel

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

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

---
 drivers/net/wireless/cisco/airo.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/cisco/airo.c b/drivers/net/wireless/cisco/airo.c
index 452d08545d31..10daef81c355 100644
--- a/drivers/net/wireless/cisco/airo.c
+++ b/drivers/net/wireless/cisco/airo.c
@@ -545,7 +545,7 @@ struct ConfigRid {
 #define MODE_CFG_MASK cpu_to_le16(0xff)
 #define MODE_ETHERNET_HOST cpu_to_le16(0<<8) /* rx payloads converted */
 #define MODE_LLC_HOST cpu_to_le16(1<<8) /* rx payloads left as is */
-#define MODE_AIRONET_EXTEND cpu_to_le16(1<<9) /* enable Aironet extenstions */
+#define MODE_AIRONET_EXTEND cpu_to_le16(1<<9) /* enable Aironet extensions */
 #define MODE_AP_INTERFACE cpu_to_le16(1<<10) /* enable ap interface extensions */
 #define MODE_ANTENNA_ALIGN cpu_to_le16(1<<11) /* enable antenna alignment */
 #define MODE_ETHER_LLC cpu_to_le16(1<<12) /* enable ethernet LLC */


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

* [PATCH 27/30] can: ucan: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (4 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 20/30] airo: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 12:05   ` Marc Kleine-Budde
  2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Wolfgang Grandegger
  Cc: kernel-janitors, Marc Kleine-Budde, David S. Miller,
	Jakub Kicinski, linux-can, netdev, linux-kernel

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

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

---
 drivers/net/can/usb/ucan.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/can/usb/ucan.c b/drivers/net/can/usb/ucan.c
index c7c41d1fd038..5ae0d7c017cc 100644
--- a/drivers/net/can/usb/ucan.c
+++ b/drivers/net/can/usb/ucan.c
@@ -1392,7 +1392,7 @@ static int ucan_probe(struct usb_interface *intf,
 	 * Stage 3 for the final driver initialisation.
 	 */
 
-	/* Prepare Memory for control transferes */
+	/* Prepare Memory for control transfers */
 	ctl_msg_buffer = devm_kzalloc(&udev->dev,
 				      sizeof(union ucan_ctl_payload),
 				      GFP_KERNEL);
@@ -1526,7 +1526,7 @@ static int ucan_probe(struct usb_interface *intf,
 	ret = ucan_device_request_in(up, UCAN_DEVICE_GET_FW_STRING, 0,
 				     sizeof(union ucan_ctl_payload));
 	if (ret > 0) {
-		/* copy string while ensuring zero terminiation */
+		/* copy string while ensuring zero termination */
 		strncpy(firmware_str, up->ctl_msg_buffer->raw,
 			sizeof(union ucan_ctl_payload));
 		firmware_str[sizeof(union ucan_ctl_payload)] = '\0';


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

* Re: [PATCH 27/30] can: ucan: fix typos in comments
  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
  0 siblings, 1 reply; 19+ messages in thread
From: Marc Kleine-Budde @ 2022-03-14 12:05 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Wolfgang Grandegger, kernel-janitors, David S. Miller,
	Jakub Kicinski, linux-can, netdev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

On 14.03.2022 12:53:51, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>

Should I take this, or are you going to upstream this?

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH 27/30] can: ucan: fix typos in comments
  2022-03-14 12:05   ` Marc Kleine-Budde
@ 2022-03-14 13:03     ` Julia Lawall
  2022-03-14 13:36       ` Marc Kleine-Budde
  0 siblings, 1 reply; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 13:03 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: Wolfgang Grandegger, kernel-janitors, David S. Miller,
	Jakub Kicinski, linux-can, netdev, linux-kernel



On Mon, 14 Mar 2022, Marc Kleine-Budde wrote:

> On 14.03.2022 12:53:51, Julia Lawall wrote:
> > Various spelling mistakes in comments.
> > Detected with the help of Coccinelle.
> >
> > Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
>
> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
>
> Should I take this, or are you going to upstream this?

You can take it.

thanks,
julia

>
> Marc
>
> --
> Pengutronix e.K.                 | Marc Kleine-Budde           |
> Embedded Linux                   | https://www.pengutronix.de  |
> Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
> Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |
>

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

* Re: [PATCH 27/30] can: ucan: fix typos in comments
  2022-03-14 13:03     ` Julia Lawall
@ 2022-03-14 13:36       ` Marc Kleine-Budde
  0 siblings, 0 replies; 19+ messages in thread
From: Marc Kleine-Budde @ 2022-03-14 13:36 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Wolfgang Grandegger, kernel-janitors, David S. Miller,
	Jakub Kicinski, linux-can, netdev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 784 bytes --]

On 14.03.2022 14:03:01, Julia Lawall wrote:
> 
> 
> On Mon, 14 Mar 2022, Marc Kleine-Budde wrote:
> 
> > On 14.03.2022 12:53:51, Julia Lawall wrote:
> > > Various spelling mistakes in comments.
> > > Detected with the help of Coccinelle.
> > >
> > > Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> >
> > Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
> >
> > Should I take this, or are you going to upstream this?
> 
> You can take it.

Added to linux-can-next/testing.

Thanks,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH 12/30] drivers: net: packetengines: fix typos in comments
  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
  0 siblings, 1 reply; 19+ messages in thread
From: Jakub Kicinski @ 2022-03-14 17:06 UTC (permalink / raw)
  To: Julia Lawall; +Cc: David S. Miller, kernel-janitors, netdev, linux-kernel

On Mon, 14 Mar 2022 12:53:36 +0100 Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.

FWIW it would be easier to process the patches if they were posted
individually, there are no dependencies here.

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

* Re: [PATCH 12/30] drivers: net: packetengines: fix typos in comments
  2022-03-14 17:06   ` Jakub Kicinski
@ 2022-03-14 17:13     ` Julia Lawall
  0 siblings, 0 replies; 19+ messages in thread
From: Julia Lawall @ 2022-03-14 17:13 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: David S. Miller, kernel-janitors, netdev, linux-kernel



On Mon, 14 Mar 2022, Jakub Kicinski wrote:

> On Mon, 14 Mar 2022 12:53:36 +0100 Julia Lawall wrote:
> > Various spelling mistakes in comments.
> > Detected with the help of Coccinelle.
>
> FWIW it would be easier to process the patches if they were posted
> individually, there are no dependencies here.

OK, I hesitated between different options.  If I send more, I will do as
you suggest.

thanks,
julia

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

* Re: [PATCH 00/30] fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (5 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 27/30] can: ucan: " Julia Lawall
@ 2022-03-14 20:30 ` patchwork-bot+netdevbpf
  2022-03-15  4:33 ` Martin K. Petersen
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-14 20:30 UTC (permalink / raw)
  To: Julia Lawall
  Cc: linux-can, kernel-janitors, linux-sunxi, linux-spi, target-devel,
	linux-arm-msm, linux-mtd, linux-usb, linux-media, linux-staging,
	platform-driver-x86, netdev, linux-wireless, dri-devel, amd-gfx,
	linux-kernel, linux-scsi, Laurent.pinchart, jonas, jernej.skrabec,
	linux-leds, shayne.chen, sean.wang, linux-arm-kernel,
	linux-mediatek, linux-omap, linux-clk, rafael, linux-rdma,
	borntraeger, svens, linux-s390, matti.vaittinen, linux-power,
	mark.rutland, alexander.shishkin, jolsa, namhyung,
	linux-perf-users

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 14 Mar 2022 12:53:24 +0100 you wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> ---
> 
>  drivers/base/devres.c                               |    4 ++--
>  drivers/clk/qcom/gcc-sm6125.c                       |    2 +-
>  drivers/clk/ti/clkctrl.c                            |    2 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c              |    4 ++--
>  drivers/gpu/drm/amd/display/dc/bios/command_table.c |    6 +++---
>  drivers/gpu/drm/amd/pm/amdgpu_pm.c                  |    2 +-
>  drivers/gpu/drm/bridge/analogix/analogix_dp_core.c  |    4 ++--
>  drivers/gpu/drm/sti/sti_gdp.c                       |    2 +-
>  drivers/infiniband/hw/qib/qib_iba7220.c             |    4 ++--
>  drivers/leds/leds-pca963x.c                         |    2 +-
>  drivers/media/i2c/ov5695.c                          |    2 +-
>  drivers/mfd/rohm-bd9576.c                           |    2 +-
>  drivers/mtd/ubi/block.c                             |    2 +-
>  drivers/net/can/usb/ucan.c                          |    4 ++--
>  drivers/net/ethernet/packetengines/yellowfin.c      |    2 +-
>  drivers/net/wireless/ath/ath6kl/htc_mbox.c          |    2 +-
>  drivers/net/wireless/cisco/airo.c                   |    2 +-
>  drivers/net/wireless/mediatek/mt76/mt7915/init.c    |    2 +-
>  drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c |    6 +++---
>  drivers/platform/x86/uv_sysfs.c                     |    2 +-
>  drivers/s390/crypto/pkey_api.c                      |    2 +-
>  drivers/scsi/aic7xxx/aicasm/aicasm.c                |    2 +-
>  drivers/scsi/elx/libefc_sli/sli4.c                  |    2 +-
>  drivers/scsi/lpfc/lpfc_mbox.c                       |    2 +-
>  drivers/scsi/qla2xxx/qla_gs.c                       |    2 +-
>  drivers/spi/spi-sun4i.c                             |    2 +-
>  drivers/staging/rtl8723bs/core/rtw_mlme.c           |    2 +-
>  drivers/usb/gadget/udc/snps_udc_core.c              |    2 +-
>  fs/kernfs/file.c                                    |    2 +-
>  kernel/events/core.c                                |    2 +-
>  30 files changed, 39 insertions(+), 39 deletions(-)

Here is the summary with links:
  - [03/30] ath6kl: fix typos in comments
    (no matching commit)
  - [10/30] mt76: mt7915: fix typos in comments
    (no matching commit)
  - [12/30] drivers: net: packetengines: fix typos in comments
    https://git.kernel.org/netdev/net-next/c/ebc0b8b5374e
  - [19/30] rtlwifi: rtl8821ae: fix typos in comments
    (no matching commit)
  - [20/30] airo: fix typos in comments
    (no matching commit)
  - [27/30] can: ucan: fix typos in comments
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* RE: [PATCH 19/30] rtlwifi: rtl8821ae: fix typos in comments
  2022-03-14 11:53 ` [PATCH 19/30] rtlwifi: rtl8821ae: " Julia Lawall
@ 2022-03-15  0:29   ` Pkshih
  2022-03-16 15:31   ` Kalle Valo
  1 sibling, 0 replies; 19+ messages in thread
From: Pkshih @ 2022-03-15  0:29 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors@vger.kernel.org, Kalle Valo, David S. Miller,
	Jakub Kicinski, linux-wireless@vger.kernel.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org


> -----Original Message-----
> From: Julia Lawall <Julia.Lawall@inria.fr>
> Sent: Monday, March 14, 2022 7:54 PM
> To: Pkshih <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
> 
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Acked-by: Ping-Ke Shih <pkshih@realtek.com>

Thank you.

[...]


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

* Re: [PATCH 00/30] fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (6 preceding siblings ...)
  2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
@ 2022-03-15  4:33 ` Martin K. Petersen
  2022-03-15 13:40 ` (subset) " Mark Brown
  2022-03-19  3:56 ` Martin K. Petersen
  9 siblings, 0 replies; 19+ messages in thread
From: Martin K. Petersen @ 2022-03-15  4:33 UTC (permalink / raw)
  To: Julia Lawall
  Cc: linux-can, kernel-janitors, linux-sunxi, linux-spi, target-devel,
	linux-arm-msm, linux-mtd, linux-usb, linux-media, linux-staging,
	platform-driver-x86, netdev, linux-wireless, dri-devel, amd-gfx,
	linux-kernel, linux-scsi, Laurent Pinchart, Jonas Karlman,
	Jernej Skrabec, linux-leds, Shayne Chen, Sean Wang,
	linux-arm-kernel, linux-mediatek, linux-omap, linux-clk,
	Rafael J. Wysocki, linux-rdma, Christian Borntraeger,
	Sven Schnelle, linux-s390, Matti Vaittinen, linux-power,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users


Julia,

>  drivers/scsi/aic7xxx/aicasm/aicasm.c                |    2 +-
>  drivers/scsi/elx/libefc_sli/sli4.c                  |    2 +-
>  drivers/scsi/lpfc/lpfc_mbox.c                       |    2 +-
>  drivers/scsi/qla2xxx/qla_gs.c                       |    2 +-

Applied patches 2, 17, 24, and 25 to 5.18/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: (subset) [PATCH 00/30] fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (7 preceding siblings ...)
  2022-03-15  4:33 ` Martin K. Petersen
@ 2022-03-15 13:40 ` Mark Brown
  2022-03-19  3:56 ` Martin K. Petersen
  9 siblings, 0 replies; 19+ messages in thread
From: Mark Brown @ 2022-03-15 13:40 UTC (permalink / raw)
  To: Julia Lawall, linux-can
  Cc: netdev, Jiri Olsa, Shayne Chen, linux-media,
	Christian Borntraeger, Alexander Shishkin, Jernej Skrabec,
	linux-perf-users, linux-mtd, linux-arm-kernel, Sean Wang,
	linux-arm-msm, Mark Rutland, Sven Schnelle, platform-driver-x86,
	kernel-janitors, dri-devel, Matti Vaittinen, Laurent Pinchart,
	target-devel, linux-rdma, linux-staging, linux-s390,
	Jonas Karlman, linux-sunxi, linux-kernel, linux-power, linux-omap,
	linux-mediatek, linux-leds, linux-spi, amd-gfx, linux-clk,
	linux-usb, linux-scsi, Namhyung Kim, Rafael J. Wysocki,
	linux-wireless

On Mon, 14 Mar 2022 12:53:24 +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[21/30] spi: sun4i: fix typos in comments
        commit: 2002c13243d595e211c0dad6b8e2e87f906f474b

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: [PATCH 19/30] rtlwifi: rtl8821ae: fix typos in comments
  2022-03-14 11:53 ` [PATCH 19/30] rtlwifi: rtl8821ae: " Julia Lawall
  2022-03-15  0:29   ` Pkshih
@ 2022-03-16 15:31   ` Kalle Valo
  1 sibling, 0 replies; 19+ messages in thread
From: Kalle Valo @ 2022-03-16 15:31 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Ping-Ke Shih, kernel-janitors, David S. Miller, Jakub Kicinski,
	linux-wireless, netdev, linux-kernel

Julia Lawall <Julia.Lawall@inria.fr> wrote:

> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>

2 patches applied to wireless-next.git, thanks.

31f8bef8acab rtlwifi: rtl8821ae: fix typos in comments
bfbd78cfdd62 airo: fix typos in comments

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220314115354.144023-20-Julia.Lawall@inria.fr/

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


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

* Re: [PATCH 03/30] ath6kl: fix typos in comments
  2022-03-14 11:53 ` [PATCH 03/30] ath6kl: " Julia Lawall
@ 2022-03-18 15:39   ` Kalle Valo
  0 siblings, 0 replies; 19+ messages in thread
From: Kalle Valo @ 2022-03-18 15:39 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors, David S. Miller, Jakub Kicinski, linux-wireless,
	netdev, linux-kernel

Julia Lawall <Julia.Lawall@inria.fr> wrote:

> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

b7d174479c8a ath6kl: fix typos in comments

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220314115354.144023-4-Julia.Lawall@inria.fr/

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


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

* Re: [PATCH 00/30] fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (8 preceding siblings ...)
  2022-03-15 13:40 ` (subset) " Mark Brown
@ 2022-03-19  3:56 ` Martin K. Petersen
  9 siblings, 0 replies; 19+ messages in thread
From: Martin K. Petersen @ 2022-03-19  3:56 UTC (permalink / raw)
  To: Julia Lawall, linux-can
  Cc: Martin K . Petersen, Sean Wang, Jernej Skrabec, linux-rdma,
	Jonas Karlman, linux-s390, Alexander Shishkin, dri-devel, amd-gfx,
	linux-clk, linux-spi, Shayne Chen, netdev, linux-arm-msm,
	linux-arm-kernel, Jiri Olsa, kernel-janitors, Matti Vaittinen,
	linux-staging, Namhyung Kim, Rafael J. Wysocki, linux-perf-users,
	linux-wireless, platform-driver-x86, linux-sunxi, Sven Schnelle,
	linux-media, linux-kernel, linux-usb, linux-scsi, linux-leds,
	linux-omap, linux-power, linux-mtd, target-devel,
	Laurent Pinchart, Mark Rutland, linux-mediatek,
	Christian Borntraeger

On Mon, 14 Mar 2022 12:53:24 +0100, Julia Lawall wrote:

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

Applied to 5.18/scsi-queue, thanks!

[02/30] scsi: lpfc: fix typos in comments
        https://git.kernel.org/mkp/scsi/c/9a866e6aaf4e
[17/30] scsi: elx: libefc_sli: fix typos in comments
        https://git.kernel.org/mkp/scsi/c/8037185d1ad8
[24/30] scsi: qla2xxx: fix typos in comments
        https://git.kernel.org/mkp/scsi/c/5419e0f15622
[25/30] treewide: fix typos in comments
        https://git.kernel.org/mkp/scsi/c/9d05790f5187

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2022-03-19  3:58 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-14 11:53 [PATCH 00/30] fix typos in comments 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 10/30] mt76: mt7915: " 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 19/30] rtlwifi: rtl8821ae: " Julia Lawall
2022-03-15  0:29   ` 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 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 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
2022-03-15  4:33 ` Martin K. Petersen
2022-03-15 13:40 ` (subset) " Mark Brown
2022-03-19  3:56 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).