linux-kernel.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 01/30] drm/amd/pm: " Julia Lawall
                   ` (34 more replies)
  0 siblings, 35 replies; 58+ 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] 58+ messages in thread

* [PATCH 01/30] drm/amd/pm: 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-15 15:48   ` Alex Deucher
  2022-03-14 11:53 ` [PATCH 02/30] scsi: lpfc: " Julia Lawall
                   ` (33 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Evan Quan
  Cc: kernel-janitors, Alex Deucher, Christian König, Pan, Xinhui,
	David Airlie, Daniel Vetter, amd-gfx, dri-devel, linux-kernel

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

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

---
 drivers/gpu/drm/amd/pm/amdgpu_pm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
index cbbbd4079249..5cd67ddf8495 100644
--- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
@@ -1870,7 +1870,7 @@ static ssize_t amdgpu_set_smartshift_bias(struct device *dev,
 	amdgpu_smartshift_bias = bias;
 	r = count;
 
-	/* TODO: upadte bias level with SMU message */
+	/* TODO: update bias level with SMU message */
 
 out:
 	pm_runtime_mark_last_busy(ddev->dev);


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

* [PATCH 02/30] scsi: lpfc: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments 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 ` [PATCH 03/30] ath6kl: " Julia Lawall
                   ` (32 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: James Smart
  Cc: kernel-janitors, Dick Kennedy, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi, linux-kernel

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

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

---
 drivers/scsi/lpfc/lpfc_mbox.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/lpfc/lpfc_mbox.c b/drivers/scsi/lpfc/lpfc_mbox.c
index 6c754ee96bee..e1404ab5000d 100644
--- a/drivers/scsi/lpfc/lpfc_mbox.c
+++ b/drivers/scsi/lpfc/lpfc_mbox.c
@@ -429,7 +429,7 @@ lpfc_config_msi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
 	memset(pmb, 0, sizeof(LPFC_MBOXQ_t));
 
 	/*
-	 * SLI-3, Message Signaled Interrupt Fearure.
+	 * SLI-3, Message Signaled Interrupt Feature.
 	 */
 
 	/* Multi-message attention configuration */


^ permalink raw reply related	[flat|nested] 58+ 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 ` [PATCH 01/30] drm/amd/pm: " Julia Lawall
  2022-03-14 11:53 ` [PATCH 02/30] scsi: lpfc: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-18 15:39   ` Kalle Valo
  2022-03-14 11:53 ` [PATCH 04/30] kernfs: " Julia Lawall
                   ` (31 subsequent siblings)
  34 siblings, 1 reply; 58+ 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] 58+ messages in thread

* [PATCH 04/30] kernfs: 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 03/30] ath6kl: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 05/30] x86/platform/uv: " Julia Lawall
                   ` (30 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: kernel-janitors, Tejun Heo, linux-kernel

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

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

---
 fs/kernfs/file.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
index 7aefaca876a0..88423069407c 100644
--- a/fs/kernfs/file.c
+++ b/fs/kernfs/file.c
@@ -997,7 +997,7 @@ struct kernfs_node *__kernfs_create_file(struct kernfs_node *parent,
 #endif
 
 	/*
-	 * kn->attr.ops is accesible only while holding active ref.  We
+	 * kn->attr.ops is accessible only while holding active ref.  We
 	 * need to know whether some ops are implemented outside active
 	 * ref.  Cache their existence in flags.
 	 */


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

* [PATCH 05/30] x86/platform/uv: 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 04/30] kernfs: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 18:03   ` Ernst, Justin
  2022-03-14 11:53 ` [PATCH 06/30] drm/bridge: analogix_dp: " Julia Lawall
                   ` (29 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Justin Ernst
  Cc: kernel-janitors, Hans de Goede, Mark Gross, platform-driver-x86,
	linux-kernel

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

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

---
 drivers/platform/x86/uv_sysfs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/uv_sysfs.c b/drivers/platform/x86/uv_sysfs.c
index 625b0b79d185..7c7c95c59908 100644
--- a/drivers/platform/x86/uv_sysfs.c
+++ b/drivers/platform/x86/uv_sysfs.c
@@ -555,7 +555,7 @@ static int init_pci_top_obj(struct uv_pci_top_obj *top_obj, char *line)
 	 */
 	line[6] = '_';
 
-	/* Null terminate after the concatencated name tokens
+	/* Null terminate after the concatenated name tokens
 	 * to produce kobj name string.
 	 */
 	line[14] = '\0';


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

* [PATCH 06/30] drm/bridge: analogix_dp: 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 05/30] x86/platform/uv: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 07/30] staging: rtl8723bs: " Julia Lawall
                   ` (28 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Andrzej Hajda
  Cc: kernel-janitors, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, David Airlie, Daniel Vetter,
	dri-devel, linux-kernel

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

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

---
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
index eb590fb8e8d0..c719cd5fba77 100644
--- a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
+++ b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
@@ -567,7 +567,7 @@ static int analogix_dp_process_equalizer_training(struct analogix_dp_device *dp)
 	analogix_dp_get_adjust_training_lane(dp, adjust_request);
 
 	if (!analogix_dp_channel_eq_ok(link_status, link_align, lane_count)) {
-		/* traing pattern Set to Normal */
+		/* training pattern Set to Normal */
 		retval = analogix_dp_training_pattern_dis(dp);
 		if (retval < 0)
 			return retval;
@@ -1254,7 +1254,7 @@ static int analogix_dp_bridge_attach(struct drm_bridge *bridge,
 	/*
 	 * NOTE: the connector registration is implemented in analogix
 	 * platform driver, that to say connector would be exist after
-	 * plat_data->attch return, that's why we record the connector
+	 * plat_data->attach return, that's why we record the connector
 	 * point after plat attached.
 	 */
 	if (dp->plat_data->attach) {


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

* [PATCH 07/30] staging: rtl8723bs: 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 06/30] drm/bridge: analogix_dp: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 08/30] leds: pca963x: " Julia Lawall
                   ` (27 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: kernel-janitors, linux-staging, linux-kernel

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

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

---
 drivers/staging/rtl8723bs/core/rtw_mlme.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
index 9202223ebc0c..ed2d3b7d44d9 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -24,7 +24,7 @@ int	rtw_init_mlme_priv(struct adapter *padapter)
 	pmlmepriv->fw_state = WIFI_STATION_STATE; /*  Must sync with rtw_wdev_alloc() */
 	/*  wdev->iftype = NL80211_IFTYPE_STATION */
 	pmlmepriv->cur_network.network.infrastructure_mode = Ndis802_11AutoUnknown;
-	pmlmepriv->scan_mode = SCAN_ACTIVE;/*  1: active, 0: pasive. Maybe someday we should rename this varable to "active_mode" (Jeff) */
+	pmlmepriv->scan_mode = SCAN_ACTIVE;/*  1: active, 0: passive. Maybe someday we should rename this varable to "active_mode" (Jeff) */
 
 	spin_lock_init(&pmlmepriv->lock);
 	INIT_LIST_HEAD(&pmlmepriv->free_bss_pool.queue);


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

* [PATCH 08/30] leds: pca963x: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (6 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 07/30] staging: rtl8723bs: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 09/30] media: i2c: ov5695: " Julia Lawall
                   ` (26 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel-janitors, linux-leds, linux-kernel

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

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

---
 drivers/leds/leds-pca963x.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/leds-pca963x.c b/drivers/leds/leds-pca963x.c
index 00aecd67e348..268c6bea2158 100644
--- a/drivers/leds/leds-pca963x.c
+++ b/drivers/leds/leds-pca963x.c
@@ -249,7 +249,7 @@ static int pca963x_blink_set(struct led_classdev *led_cdev,
 
 	period = pca963x_period_scale(led, time_on + time_off);
 
-	/* If period not supported by hardware, default to someting sane. */
+	/* If period not supported by hardware, default to something sane. */
 	if ((period < PCA963X_BLINK_PERIOD_MIN) ||
 	    (period > PCA963X_BLINK_PERIOD_MAX)) {
 		time_on = 500;


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

* [PATCH 09/30] media: i2c: ov5695: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (7 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 08/30] leds: pca963x: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-04-14  8:48   ` Sakari Ailus
  2022-03-14 11:53 ` [PATCH 10/30] mt76: mt7915: " Julia Lawall
                   ` (25 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Shunqian Zheng
  Cc: kernel-janitors, Mauro Carvalho Chehab, linux-media, linux-kernel

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

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

---
 drivers/media/i2c/ov5695.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/ov5695.c b/drivers/media/i2c/ov5695.c
index 439385938a51..910309783885 100644
--- a/drivers/media/i2c/ov5695.c
+++ b/drivers/media/i2c/ov5695.c
@@ -1122,7 +1122,7 @@ static int ov5695_set_ctrl(struct v4l2_ctrl *ctrl)
 
 	switch (ctrl->id) {
 	case V4L2_CID_EXPOSURE:
-		/* 4 least significant bits of expsoure are fractional part */
+		/* 4 least significant bits of exposure are fractional part */
 		ret = ov5695_write_reg(ov5695->client, OV5695_REG_EXPOSURE,
 				       OV5695_REG_VALUE_24BIT, ctrl->val << 4);
 		break;


^ permalink raw reply related	[flat|nested] 58+ 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
                   ` (8 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 09/30] media: i2c: ov5695: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 11/30] usb: gadget: udc: " Julia Lawall
                   ` (24 subsequent siblings)
  34 siblings, 0 replies; 58+ 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] 58+ messages in thread

* [PATCH 11/30] usb: gadget: udc: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (9 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 10/30] mt76: mt7915: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 12/30] drivers: net: packetengines: " Julia Lawall
                   ` (23 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: kernel-janitors, Greg Kroah-Hartman, linux-usb, linux-kernel

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

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

---
 drivers/usb/gadget/udc/snps_udc_core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/udc/snps_udc_core.c b/drivers/usb/gadget/udc/snps_udc_core.c
index d046c09fa566..52ea4dcf6a92 100644
--- a/drivers/usb/gadget/udc/snps_udc_core.c
+++ b/drivers/usb/gadget/udc/snps_udc_core.c
@@ -80,7 +80,7 @@ static int stop_timer;
  * This cannot be solved by letting the RX DMA disabled until a
  * request gets queued because there may be other OUT packets
  * in the FIFO (important for not blocking control traffic).
- * The value of set_rde controls the correspondig timer.
+ * The value of set_rde controls the corresponding timer.
  *
  * set_rde -1 == not used, means it is alloed to be set to 0 or 1
  * set_rde  0 == do not touch RDE, do no start the RDE timer


^ permalink raw reply related	[flat|nested] 58+ 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
                   ` (10 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 11/30] usb: gadget: udc: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 17:06   ` Jakub Kicinski
  2022-03-14 11:53 ` [PATCH 13/30] UBI: block: " Julia Lawall
                   ` (22 subsequent siblings)
  34 siblings, 1 reply; 58+ 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] 58+ messages in thread

* [PATCH 13/30] UBI: block: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (11 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 12/30] drivers: net: packetengines: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 14/30] clk: ti: clkctrl: " Julia Lawall
                   ` (21 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Richard Weinberger
  Cc: kernel-janitors, Miquel Raynal, Vignesh Raghavendra, linux-mtd,
	linux-kernel

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

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

---
 drivers/mtd/ubi/block.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/ubi/block.c b/drivers/mtd/ubi/block.c
index a78fdf3b30f7..d32768f7fe5c 100644
--- a/drivers/mtd/ubi/block.c
+++ b/drivers/mtd/ubi/block.c
@@ -441,7 +441,7 @@ int ubiblock_create(struct ubi_volume_info *vi)
 
 	/*
 	 * Create one workqueue per volume (per registered block device).
-	 * Rembember workqueues are cheap, they're not threads.
+	 * Remember workqueues are cheap, they're not threads.
 	 */
 	dev->wq = alloc_workqueue("%s", 0, 0, gd->disk_name);
 	if (!dev->wq) {


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

* [PATCH 14/30] clk: ti: clkctrl: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (12 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 13/30] UBI: block: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-15 22:48   ` Stephen Boyd
  2022-03-14 11:53 ` [PATCH 15/30] clk: qcom: sm6125-gcc: " Julia Lawall
                   ` (20 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Tero Kristo
  Cc: kernel-janitors, Michael Turquette, Stephen Boyd, linux-omap,
	linux-clk, linux-kernel

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

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

---
 drivers/clk/ti/clkctrl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/ti/clkctrl.c b/drivers/clk/ti/clkctrl.c
index 864c484bde1b..170cdf9ea8f6 100644
--- a/drivers/clk/ti/clkctrl.c
+++ b/drivers/clk/ti/clkctrl.c
@@ -603,7 +603,7 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node)
 
 	/*
 	 * The code below can be removed when all clkctrl nodes use domain
-	 * specific compatible proprerty and standard clock node naming
+	 * specific compatible property and standard clock node naming
 	 */
 	if (legacy_naming) {
 		provider->clkdm_name = kasprintf(GFP_KERNEL, "%pOFnxxx", node->parent);


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

* [PATCH 15/30] clk: qcom: sm6125-gcc: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (13 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 14/30] clk: ti: clkctrl: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-15 22:49   ` Stephen Boyd
  2022-03-14 11:53 ` [PATCH 16/30] drm/sti: " Julia Lawall
                   ` (19 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Andy Gross
  Cc: kernel-janitors, Bjorn Andersson, Michael Turquette,
	Stephen Boyd, linux-arm-msm, linux-clk, linux-kernel

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

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

---
 drivers/clk/qcom/gcc-sm6125.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/gcc-sm6125.c b/drivers/clk/qcom/gcc-sm6125.c
index 431b55bb0d2f..cf3af88d4021 100644
--- a/drivers/clk/qcom/gcc-sm6125.c
+++ b/drivers/clk/qcom/gcc-sm6125.c
@@ -4151,7 +4151,7 @@ static int gcc_sm6125_probe(struct platform_device *pdev)
 
 	/*
 	 * Enable DUAL_EDGE mode for MCLK RCGs
-	 * This is requierd to enable MND divider mode
+	 * This is required to enable MND divider mode
 	 */
 	regmap_update_bits(regmap, 0x51004, 0x3000, 0x2000);
 	regmap_update_bits(regmap, 0x51020, 0x3000, 0x2000);


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

* [PATCH 16/30] drm/sti: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (14 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 15/30] clk: qcom: sm6125-gcc: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 14:59   ` Alain Volmat
  2022-03-14 11:53 ` [PATCH 17/30] scsi: elx: libefc_sli: " Julia Lawall
                   ` (18 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Alain Volmat
  Cc: kernel-janitors, David Airlie, Daniel Vetter, dri-devel, linux-kernel

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

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

---
 drivers/gpu/drm/sti/sti_gdp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
index 3db3768a3241..b58415f2e4d8 100644
--- a/drivers/gpu/drm/sti/sti_gdp.c
+++ b/drivers/gpu/drm/sti/sti_gdp.c
@@ -406,7 +406,7 @@ static struct sti_gdp_node_list *sti_gdp_get_free_nodes(struct sti_gdp *gdp)
 		    (hw_nvn != gdp->node_list[i].top_field_paddr))
 			return &gdp->node_list[i];
 
-	/* in hazardious cases restart with the first node */
+	/* in hazardous cases restart with the first node */
 	DRM_ERROR("inconsistent NVN for %s: 0x%08X\n",
 			sti_plane_to_str(&gdp->plane), hw_nvn);
 


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

* [PATCH 17/30] scsi: elx: libefc_sli: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (15 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 16/30] drm/sti: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 18/30] devres: " Julia Lawall
                   ` (17 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: James Smart
  Cc: kernel-janitors, Ram Vegesna, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi, target-devel, linux-kernel

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

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

---
 drivers/scsi/elx/libefc_sli/sli4.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/elx/libefc_sli/sli4.c b/drivers/scsi/elx/libefc_sli/sli4.c
index 3ea57bd6fb0a..b8c048cdb17f 100644
--- a/drivers/scsi/elx/libefc_sli/sli4.c
+++ b/drivers/scsi/elx/libefc_sli/sli4.c
@@ -4127,7 +4127,7 @@ sli_calc_max_qentries(struct sli4 *sli4)
 						  sli4->qinfo.count_mask[q]);
 	}
 
-	/* single, continguous DMA allocations will be called for each queue
+	/* single, contiguous DMA allocations will be called for each queue
 	 * of size (max_qentries * queue entry size); since these can be large,
 	 * check against the OS max DMA allocation size
 	 */


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

* [PATCH 18/30] devres: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (16 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 17/30] scsi: elx: libefc_sli: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 19/30] rtlwifi: rtl8821ae: " Julia Lawall
                   ` (16 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: kernel-janitors, Rafael J. Wysocki, linux-kernel

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

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

---
 drivers/base/devres.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/base/devres.c b/drivers/base/devres.c
index eaa9a5cd1db9..864d0b3f566e 100644
--- a/drivers/base/devres.c
+++ b/drivers/base/devres.c
@@ -692,7 +692,7 @@ EXPORT_SYMBOL_GPL(devres_release_group);
 
 /*
  * Custom devres actions allow inserting a simple function call
- * into the teadown sequence.
+ * into the teardown sequence.
  */
 
 struct action_devres {
@@ -916,7 +916,7 @@ void *devm_krealloc(struct device *dev, void *ptr, size_t new_size, gfp_t gfp)
 
 	/*
 	 * We can copy the memory contents after releasing the lock as we're
-	 * no longer modyfing the list links.
+	 * no longer modifying the list links.
 	 */
 	memcpy(new_dr->data, old_dr->data,
 	       total_old_size - offsetof(struct devres, data));


^ permalink raw reply related	[flat|nested] 58+ 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
                   ` (17 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 18/30] devres: " 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
                   ` (15 subsequent siblings)
  34 siblings, 2 replies; 58+ 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] 58+ 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
                   ` (18 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 21/30] spi: sun4i: " Julia Lawall
                   ` (14 subsequent siblings)
  34 siblings, 0 replies; 58+ 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] 58+ messages in thread

* [PATCH 21/30] spi: sun4i: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (19 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 20/30] airo: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 14:35   ` Chen-Yu Tsai
  2022-03-14 11:53 ` [PATCH 22/30] RDMA/hw/qib/qib_iba7220: " Julia Lawall
                   ` (13 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Mark Brown
  Cc: kernel-janitors, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
	linux-spi, linux-arm-kernel, linux-sunxi, linux-kernel

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

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

---
 drivers/spi/spi-sun4i.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-sun4i.c b/drivers/spi/spi-sun4i.c
index 1fdfc6e6691d..6000d0761206 100644
--- a/drivers/spi/spi-sun4i.c
+++ b/drivers/spi/spi-sun4i.c
@@ -280,7 +280,7 @@ static int sun4i_spi_transfer_one(struct spi_master *master,
 	 * SPI_CLK = MOD_CLK / (2 ^ (cdr + 1))
 	 * Or we can use CDR2, which is calculated with the formula:
 	 * SPI_CLK = MOD_CLK / (2 * (cdr + 1))
-	 * Wether we use the former or the latter is set through the
+	 * Whether we use the former or the latter is set through the
 	 * DRS bit.
 	 *
 	 * First try CDR2, and if we can't reach the expected


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

* [PATCH 22/30] RDMA/hw/qib/qib_iba7220: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (20 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 21/30] spi: sun4i: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-15  0:14   ` Jason Gunthorpe
  2022-03-14 11:53 ` [PATCH 23/30] drm/amdgpu/dc: " Julia Lawall
                   ` (12 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Dennis Dalessandro
  Cc: kernel-janitors, Mike Marciniszyn, Jason Gunthorpe, linux-rdma,
	linux-kernel

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

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

---
 drivers/infiniband/hw/qib/qib_iba7220.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/hw/qib/qib_iba7220.c b/drivers/infiniband/hw/qib/qib_iba7220.c
index 80a8dd6c7814..37b628a162e0 100644
--- a/drivers/infiniband/hw/qib/qib_iba7220.c
+++ b/drivers/infiniband/hw/qib/qib_iba7220.c
@@ -634,7 +634,7 @@ static const struct qib_hwerror_msgs qib_7220_hwerror_msgs[] = {
 	QLOGIC_IB_HWE_MSG(QLOGIC_IB_HWE_PCIECPLTIMEOUT,
 			  "PCIe completion timeout"),
 	/*
-	 * In practice, it's unlikely wthat we'll see PCIe PLL, or bus
+	 * In practice, it's unlikely that we'll see PCIe PLL, or bus
 	 * parity or memory parity error failures, because most likely we
 	 * won't be able to talk to the core of the chip.  Nonetheless, we
 	 * might see them, if they are in parts of the PCIe core that aren't
@@ -2988,7 +2988,7 @@ static u64 qib_portcntr_7220(struct qib_pportdata *ppd, u32 reg)
  * the utility.  Names need to be 12 chars or less (w/o newline), for proper
  * display by utility.
  * Non-error counters are first.
- * Start of "error" conters is indicated by a leading "E " on the first
+ * Start of "error" counters is indicated by a leading "E " on the first
  * "error" counter, and doesn't count in label length.
  * The EgrOvfl list needs to be last so we truncate them at the configured
  * context count for the device.


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

* [PATCH 23/30] drm/amdgpu/dc: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (21 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 22/30] RDMA/hw/qib/qib_iba7220: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-15 15:51   ` Alex Deucher
  2022-03-14 11:53 ` [PATCH 24/30] scsi: qla2xxx: " Julia Lawall
                   ` (11 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Harry Wentland
  Cc: kernel-janitors, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, Pan, Xinhui, David Airlie, Daniel Vetter,
	amd-gfx, dri-devel, linux-kernel

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

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

---
 drivers/gpu/drm/amd/display/dc/bios/command_table.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table.c b/drivers/gpu/drm/amd/display/dc/bios/command_table.c
index ad13e4e36d77..0e36cd800fc9 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/command_table.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/command_table.c
@@ -456,7 +456,7 @@ static enum bp_result transmitter_control_v2(
 		if ((CONNECTOR_ID_DUAL_LINK_DVII == connector_id) ||
 				(CONNECTOR_ID_DUAL_LINK_DVID == connector_id))
 			/* on INIT this bit should be set according to the
-			 * phisycal connector
+			 * physical connector
 			 * Bit0: dual link connector flag
 			 * =0 connector is single link connector
 			 * =1 connector is dual link connector
@@ -468,7 +468,7 @@ static enum bp_result transmitter_control_v2(
 				cpu_to_le16((uint8_t)cntl->connector_obj_id.id);
 		break;
 	case TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS:
-		/* votage swing and pre-emphsis */
+		/* voltage swing and pre-emphsis */
 		params.asMode.ucLaneSel = (uint8_t)cntl->lane_select;
 		params.asMode.ucLaneSet = (uint8_t)cntl->lane_settings;
 		break;
@@ -2120,7 +2120,7 @@ static enum bp_result program_clock_v5(
 	memset(&params, 0, sizeof(params));
 	if (!bp->cmd_helper->clock_source_id_to_atom(
 			bp_params->pll_id, &atom_pll_id)) {
-		BREAK_TO_DEBUGGER(); /* Invalid Inpute!! */
+		BREAK_TO_DEBUGGER(); /* Invalid Input!! */
 		return BP_RESULT_BADINPUT;
 	}
 


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

* [PATCH 24/30] scsi: qla2xxx: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (22 preceding siblings ...)
  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 ` [PATCH 25/30] treewide: " Julia Lawall
                   ` (10 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Nilesh Javali
  Cc: kernel-janitors, GR-QLogic-Storage-Upstream,
	James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel

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

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

---
 drivers/scsi/qla2xxx/qla_gs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qla2xxx/qla_gs.c b/drivers/scsi/qla2xxx/qla_gs.c
index a812f4a45232..717141afb439 100644
--- a/drivers/scsi/qla2xxx/qla_gs.c
+++ b/drivers/scsi/qla2xxx/qla_gs.c
@@ -1767,7 +1767,7 @@ qla2x00_hba_attributes(scsi_qla_host_t *vha, void *entries,
 	size += alen;
 	ql_dbg(ql_dbg_disc, vha, 0x20aa,
 	    "CT PAYLOAD LENGTH = 0x%x.\n", be32_to_cpu(eiter->a.max_ct_len));
-	/* Node Sybolic Name */
+	/* Node Symbolic Name */
 	eiter = entries + size;
 	eiter->type = cpu_to_be16(FDMI_HBA_NODE_SYMBOLIC_NAME);
 	alen = qla2x00_get_sym_node_name(vha, eiter->a.sym_name,


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

* [PATCH 25/30] treewide: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (23 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 24/30] scsi: qla2xxx: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 26/30] s390/pkey: " Julia Lawall
                   ` (9 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Hannes Reinecke
  Cc: kernel-janitors, James E.J. Bottomley, Martin K. Petersen,
	linux-scsi, linux-kernel

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

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

---
 drivers/scsi/aic7xxx/aicasm/aicasm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm.c b/drivers/scsi/aic7xxx/aicasm/aicasm.c
index 5f474e490f3e..cd692a4c5f85 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm.c
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm.c
@@ -283,7 +283,7 @@ main(int argc, char *argv[])
 		/*
 		 * Decend the tree of scopes and insert/emit
 		 * patches as appropriate.  We perform a depth first
-		 * tranversal, recursively handling each scope.
+		 * traversal, recursively handling each scope.
 		 */
 		/* start at the root scope */
 		dump_scope(SLIST_FIRST(&scope_stack));


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

* [PATCH 26/30] s390/pkey: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (24 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 25/30] treewide: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 27/30] can: ucan: " Julia Lawall
                   ` (8 subsequent siblings)
  34 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Harald Freudenberger
  Cc: kernel-janitors, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Christian Borntraeger, Sven Schnelle,
	linux-s390, linux-kernel

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

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

---
 drivers/s390/crypto/pkey_api.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/crypto/pkey_api.c b/drivers/s390/crypto/pkey_api.c
index cf23ce1b1146..7f69ca695fc2 100644
--- a/drivers/s390/crypto/pkey_api.c
+++ b/drivers/s390/crypto/pkey_api.c
@@ -155,7 +155,7 @@ static int pkey_skey2pkey(const u8 *key, struct pkey_protkey *pkey)
 	/*
 	 * The cca_xxx2protkey call may fail when a card has been
 	 * addressed where the master key was changed after last fetch
-	 * of the mkvp into the cache. Try 3 times: First witout verify
+	 * of the mkvp into the cache. Try 3 times: First without verify
 	 * then with verify and last round with verify and old master
 	 * key verification pattern match not ignored.
 	 */


^ permalink raw reply related	[flat|nested] 58+ 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
                   ` (25 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 26/30] s390/pkey: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 12:05   ` Marc Kleine-Budde
  2022-03-14 11:53 ` [PATCH 28/30] mfd: bd9576: " Julia Lawall
                   ` (7 subsequent siblings)
  34 siblings, 1 reply; 58+ 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] 58+ messages in thread

* [PATCH 28/30] mfd: bd9576: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (26 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 27/30] can: ucan: " Julia Lawall
@ 2022-03-14 11:53 ` 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
                   ` (6 subsequent siblings)
  34 siblings, 2 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Matti Vaittinen; +Cc: kernel-janitors, Lee Jones, linux-power, linux-kernel

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

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

---
 drivers/mfd/rohm-bd9576.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/rohm-bd9576.c b/drivers/mfd/rohm-bd9576.c
index 6661a27d69a8..f37cd4f27aeb 100644
--- a/drivers/mfd/rohm-bd9576.c
+++ b/drivers/mfd/rohm-bd9576.c
@@ -23,7 +23,7 @@ enum {
 };
 
 /*
- * Due to the BD9576MUF nasty IRQ behaiour we don't always populate IRQs.
+ * Due to the BD9576MUF nasty IRQ behaviour we don't always populate IRQs.
  * These will be added to regulator resources only if IRQ information for the
  * PMIC is populated in device-tree.
  */


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

* [PATCH 29/30] drm/amdgpu: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (27 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 28/30] mfd: bd9576: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-15 15:50   ` Alex Deucher
  2022-03-14 11:53 ` [PATCH 30/30] perf/core: " Julia Lawall
                   ` (5 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Alex Deucher
  Cc: kernel-janitors, Christian König, Pan, Xinhui, David Airlie,
	Daniel Vetter, amd-gfx, dri-devel, linux-kernel

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

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

---
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
index fe660a8e150f..970b065e9a6b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
@@ -340,7 +340,7 @@ static void amdgpu_cs_get_threshold_for_moves(struct amdgpu_device *adev,
 	if (free_vram >= 128 * 1024 * 1024 || free_vram >= total_vram / 8) {
 		s64 min_us;
 
-		/* Be more aggresive on dGPUs. Try to fill a portion of free
+		/* Be more aggressive on dGPUs. Try to fill a portion of free
 		 * VRAM now.
 		 */
 		if (!(adev->flags & AMD_IS_APU))
@@ -1280,7 +1280,7 @@ static int amdgpu_cs_submit(struct amdgpu_cs_parser *p,
 			continue;
 
 		/*
-		 * Work around dma_resv shortcommings by wrapping up the
+		 * Work around dma_resv shortcomings by wrapping up the
 		 * submission in a dma_fence_chain and add it as exclusive
 		 * fence.
 		 */


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

* [PATCH 30/30] perf/core: fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (28 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 29/30] drm/amdgpu: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-17  3:09   ` Ian Rogers
  2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
                   ` (4 subsequent siblings)
  34 siblings, 1 reply; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: kernel-janitors, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users, linux-kernel

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

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

---
 kernel/events/core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/events/core.c b/kernel/events/core.c
index cfde994ce61c..25fcd4cca0d7 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -872,7 +872,7 @@ static void perf_cgroup_switch(struct task_struct *task, int mode)
 			 * event_filter_match() to not have to pass
 			 * task around
 			 * we pass the cpuctx->ctx to perf_cgroup_from_task()
-			 * because cgorup events are only per-cpu
+			 * because cgroup events are only per-cpu
 			 */
 			cpuctx->cgrp = perf_cgroup_from_task(task,
 							     &cpuctx->ctx);


^ permalink raw reply related	[flat|nested] 58+ 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; 58+ 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] 58+ 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; 58+ 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] 58+ 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; 58+ 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] 58+ messages in thread

* Re: [PATCH 21/30] spi: sun4i: fix typos in comments
  2022-03-14 11:53 ` [PATCH 21/30] spi: sun4i: " Julia Lawall
@ 2022-03-14 14:35   ` Chen-Yu Tsai
  0 siblings, 0 replies; 58+ messages in thread
From: Chen-Yu Tsai @ 2022-03-14 14:35 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Mark Brown, kernel-janitors, Jernej Skrabec, Samuel Holland,
	linux-spi, linux-arm-kernel, linux-sunxi, linux-kernel

On Mon, Mar 14, 2022 at 7:55 PM 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: Chen-Yu Tsai <wens@csie.org>

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

* Re: [PATCH 16/30] drm/sti: fix typos in comments
  2022-03-14 11:53 ` [PATCH 16/30] drm/sti: " Julia Lawall
@ 2022-03-14 14:59   ` Alain Volmat
  0 siblings, 0 replies; 58+ messages in thread
From: Alain Volmat @ 2022-03-14 14:59 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors, David Airlie, Daniel Vetter, dri-devel, linux-kernel

Hi Julia

thanks for the patch.

Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>

Alain

On Mon, Mar 14, 2022 at 12:53:40PM +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
>  drivers/gpu/drm/sti/sti_gdp.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
> index 3db3768a3241..b58415f2e4d8 100644
> --- a/drivers/gpu/drm/sti/sti_gdp.c
> +++ b/drivers/gpu/drm/sti/sti_gdp.c
> @@ -406,7 +406,7 @@ static struct sti_gdp_node_list *sti_gdp_get_free_nodes(struct sti_gdp *gdp)
>  		    (hw_nvn != gdp->node_list[i].top_field_paddr))
>  			return &gdp->node_list[i];
>  
> -	/* in hazardious cases restart with the first node */
> +	/* in hazardous cases restart with the first node */
>  	DRM_ERROR("inconsistent NVN for %s: 0x%08X\n",
>  			sti_plane_to_str(&gdp->plane), hw_nvn);
>  
> 

^ permalink raw reply	[flat|nested] 58+ 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; 58+ 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] 58+ 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; 58+ 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] 58+ messages in thread

* RE: [PATCH 05/30] x86/platform/uv: fix typos in comments
  2022-03-14 11:53 ` [PATCH 05/30] x86/platform/uv: " Julia Lawall
@ 2022-03-14 18:03   ` Ernst, Justin
  0 siblings, 0 replies; 58+ messages in thread
From: Ernst, Justin @ 2022-03-14 18:03 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors, Hans de Goede, Mark Gross, platform-driver-x86,
	linux-kernel, Ernst, Justin

Hi Julia,

Thanks for the patch. I appreciate the time spent finding this.

Reviewed-by: Justin Ernst <justin.ernst@hpe.com>

-Justin

On Monday, March 14, 2022 6:53 AM, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
>  drivers/platform/x86/uv_sysfs.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/platform/x86/uv_sysfs.c b/drivers/platform/x86/uv_sysfs.c
> index 625b0b79d185..7c7c95c59908 100644
> --- a/drivers/platform/x86/uv_sysfs.c
> +++ b/drivers/platform/x86/uv_sysfs.c
> @@ -555,7 +555,7 @@ static int init_pci_top_obj(struct uv_pci_top_obj *top_obj, char *line)
>  	 */
>  	line[6] = '_';
> 
> -	/* Null terminate after the concatencated name tokens
> +	/* Null terminate after the concatenated name tokens
>  	 * to produce kobj name string.
>  	 */
>  	line[14] = '\0';


^ permalink raw reply	[flat|nested] 58+ 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
                   ` (29 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 30/30] perf/core: " Julia Lawall
@ 2022-03-14 20:30 ` patchwork-bot+netdevbpf
  2022-03-15  4:33 ` Martin K. Petersen
                   ` (3 subsequent siblings)
  34 siblings, 0 replies; 58+ 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] 58+ messages in thread

* Re: [PATCH 22/30] RDMA/hw/qib/qib_iba7220: fix typos in comments
  2022-03-14 11:53 ` [PATCH 22/30] RDMA/hw/qib/qib_iba7220: " Julia Lawall
@ 2022-03-15  0:14   ` Jason Gunthorpe
  0 siblings, 0 replies; 58+ messages in thread
From: Jason Gunthorpe @ 2022-03-15  0:14 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Dennis Dalessandro, kernel-janitors, Mike Marciniszyn,
	linux-rdma, linux-kernel

On Mon, Mar 14, 2022 at 12:53:46PM +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> ---
>  drivers/infiniband/hw/qib/qib_iba7220.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to rdma for-next, thanks

Jason

^ permalink raw reply	[flat|nested] 58+ 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; 58+ messages in thread
From: Pkshih @ 2022-03-15  0:29 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors, Kalle Valo, David S. Miller, Jakub Kicinski,
	linux-wireless, netdev, linux-kernel


> -----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] 58+ 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
                   ` (30 preceding siblings ...)
  2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
@ 2022-03-15  4:33 ` Martin K. Petersen
  2022-03-15  5:35 ` Joe Perches
                   ` (2 subsequent siblings)
  34 siblings, 0 replies; 58+ 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] 58+ 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
                   ` (31 preceding siblings ...)
  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-19  3:56 ` Martin K. Petersen
  34 siblings, 1 reply; 58+ messages in thread
From: Joe Perches @ 2022-03-15  5:35 UTC (permalink / raw)
  To: Julia Lawall; +Cc: LKML

Care to describe _how_ coccinelle was helpful in finding
these typos in comments?



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

* Re: [PATCH 00/30] fix typos in comments
  2022-03-15  5:35 ` Joe Perches
@ 2022-03-15  7:11   ` Julia Lawall
  0 siblings, 0 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-15  7:11 UTC (permalink / raw)
  To: Joe Perches; +Cc: LKML

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



On Mon, 14 Mar 2022, Joe Perches wrote:

> Care to describe _how_ coccinelle was helpful in finding
> these typos in comments?

First, Coccinelle can bind a metavariable to the comments before, within
and after anohter kind of term.  So I collected the comments before,
within, and after statements and declarations.

Second, I also used Coccinelle to collect all of the identifiers
referenced in the same file, and discarded all of these words from
consideration.

Otherwise, it's the python library enchant for a dictionary, and some
hacks to reduce the number of false positives, including dropping words
that occur multiple times.  The results are still maybe 90% false
positives, though.

The semantic patch is attached.  It gives around 30K results for the
current linux-next.

julia

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-python; name=nlp2.py, Size: 255 bytes --]

from __future__ import print_function
from nltk.stem import *
from sys import argv
import enchant

d = enchant.Dict("en_US")
with open(argv[1]) as f:
  for line in f:
     word = line.split()[0]
     if not(d.check(word)):
         print(word)

[-- Attachment #3: Type: text/plain, Size: 2839 bytes --]

@initialize:ocaml@
@@

let seen = Hashtbl.create 101
let bseen = Hashtbl.create 101
let wseen = Hashtbl.create 101
let ids = Hashtbl.create 101
exception NotOK

let okw = ["aren";"isn";"wasn";"doesn";"didn";"weren";"shouldn";"couldn";"wouldn";"hasn";"haven";"linux";"hotplug";"cpu";"ifdef";"ifndef";"endif";"struct"]

let add i =
  (if not (Hashtbl.mem ids i) then Hashtbl.add ids i ());
  let pieces = Str.split (Str.regexp "_") i in
  List.iter
    (fun i -> if not (Hashtbl.mem ids i) then Hashtbl.add ids i ())
    pieces;
  false

let hasvowel s =
  let vowels = ['a';'e';'i';'o';'u';'y';'A';'E';'I';'O';'U';'Y'] in
  try
    String.iter
      (fun c ->
	if List.mem c vowels
	then raise NotOK)
      s;
    false
  with NotOK -> true

let only_letters s =
  let islower c = 'a' <= c && c <= 'z' in
  let isupper c = 'A' <= c && c <= 'Z' in
  try
    String.iteri
      (fun i c ->
	let ok =
	  if i = 0
	  then islower c || isupper c
	  else islower c in
	if not ok
	then raise NotOK)
      s;
    true
  with NotOK -> false

let check bad loc p c =
  if not(Hashtbl.mem seen c)
  then
  begin
  Hashtbl.add seen c ();
  let pieces = Str.split (Str.regexp "\\b") c in
  List.iter
    (fun word ->
      if String.length word <= 2 || not(only_letters word) || Hashtbl.mem ids word || List.mem word !bad || not(hasvowel word)
      then ()
      else
	let word = String.uncapitalize_ascii word in
	if List.mem word okw
	then ()
	else
	let res =
	  try Hashtbl.find wseen word
	  with Not_found ->
	    let cmd =
	      Printf.sprintf "python spell.py %s" word in
	    let v = Common.cmd_to_list cmd in
	    Hashtbl.add wseen word v;
	    v in
	List.iter
	  (fun wd ->
	    bad := word :: !bad;
	    Common.hashadd bseen word (loc,word,p))
	  res)
    pieces
  end

@script:ocaml@
@@
Hashtbl.clear seen

@identifier@
identifier i : script:ocaml() { add i };
@@
i

@r1@
comments c;
statement S;
position p;
@@

S@c@p

@script:ocaml@
c << r1.c;
p << r1.p;
@@

let bad = ref [] in
List.iter
(function c->
let (cb,ci,ca) = c in
List.iter (check bad "before" p) cb;
List.iter (check bad "within" p) ci;
List.iter (check bad "after" p) ca)
c

@r2@
comments c;
declaration d;
position p;
@@

d@c@p

@script:ocaml@
c << r2.c;
p << r2.p;
@@

let bad = ref [] in
List.iter
(function c->
let (cb,ci,ca) = c in
List.iter (check bad "before" p) cb;
List.iter (check bad "within" p) ci;
List.iter (check bad "after" p) ca)
c

@finalize:ocaml@
bseen << merge.bseen;
@@

List.iter
  (fun bseen ->
    Hashtbl.iter
      (fun word l ->
	match !l with
	  [(loc,word,p)] ->
	    Coccilib.print_main
	      (Printf.sprintf "problem with %s comment word: %s" loc word)
	      p
	| _ -> ())
      bseen)
  bseen

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

* Re: [PATCH 28/30] mfd: bd9576: fix typos in comments
  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
  1 sibling, 0 replies; 58+ messages in thread
From: Vaittinen, Matti @ 2022-03-15 10:13 UTC (permalink / raw)
  To: Julia Lawall; +Cc: kernel-janitors, Lee Jones, linux-power, linux-kernel

Thanks!

On 3/14/22 13:53, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>

> 
> ---
>   drivers/mfd/rohm-bd9576.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/rohm-bd9576.c b/drivers/mfd/rohm-bd9576.c
> index 6661a27d69a8..f37cd4f27aeb 100644
> --- a/drivers/mfd/rohm-bd9576.c
> +++ b/drivers/mfd/rohm-bd9576.c
> @@ -23,7 +23,7 @@ enum {
>   };
>   
>   /*
> - * Due to the BD9576MUF nasty IRQ behaiour we don't always populate IRQs.
> + * Due to the BD9576MUF nasty IRQ behaviour we don't always populate IRQs.
>    * These will be added to regulator resources only if IRQ information for the
>    * PMIC is populated in device-tree.
>    */
> 


-- 
The Linux Kernel guy at ROHM Semiconductors

Matti Vaittinen, Linux device drivers
ROHM Semiconductors, Finland SWDC
Kiviharjunlenkki 1E
90220 OULU
FINLAND

~~ this year is the year of a signature writers block ~~

^ permalink raw reply	[flat|nested] 58+ 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
                   ` (32 preceding siblings ...)
  2022-03-15  5:35 ` Joe Perches
@ 2022-03-15 13:40 ` Mark Brown
  2022-03-19  3:56 ` Martin K. Petersen
  34 siblings, 0 replies; 58+ 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] 58+ messages in thread

* Re: [PATCH 01/30] drm/amd/pm: fix typos in comments
  2022-03-14 11:53 ` [PATCH 01/30] drm/amd/pm: " Julia Lawall
@ 2022-03-15 15:48   ` Alex Deucher
  0 siblings, 0 replies; 58+ messages in thread
From: Alex Deucher @ 2022-03-15 15:48 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Evan Quan, David Airlie, Pan, Xinhui, kernel-janitors, LKML,
	amd-gfx list, Maling list - DRI developers, Alex Deucher,
	Christian König

Applied.  Thanks!

On Mon, Mar 14, 2022 at 8:01 AM 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>
>
> ---
>  drivers/gpu/drm/amd/pm/amdgpu_pm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> index cbbbd4079249..5cd67ddf8495 100644
> --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> @@ -1870,7 +1870,7 @@ static ssize_t amdgpu_set_smartshift_bias(struct device *dev,
>         amdgpu_smartshift_bias = bias;
>         r = count;
>
> -       /* TODO: upadte bias level with SMU message */
> +       /* TODO: update bias level with SMU message */
>
>  out:
>         pm_runtime_mark_last_busy(ddev->dev);
>

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

* Re: [PATCH 29/30] drm/amdgpu: fix typos in comments
  2022-03-14 11:53 ` [PATCH 29/30] drm/amdgpu: " Julia Lawall
@ 2022-03-15 15:50   ` Alex Deucher
  0 siblings, 0 replies; 58+ messages in thread
From: Alex Deucher @ 2022-03-15 15:50 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Alex Deucher, David Airlie, Pan, Xinhui, kernel-janitors, LKML,
	amd-gfx list, Maling list - DRI developers, Christian König

Applied.  Thanks!

Alex

On Mon, Mar 14, 2022 at 8:01 AM 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>
>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
> index fe660a8e150f..970b065e9a6b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
> @@ -340,7 +340,7 @@ static void amdgpu_cs_get_threshold_for_moves(struct amdgpu_device *adev,
>         if (free_vram >= 128 * 1024 * 1024 || free_vram >= total_vram / 8) {
>                 s64 min_us;
>
> -               /* Be more aggresive on dGPUs. Try to fill a portion of free
> +               /* Be more aggressive on dGPUs. Try to fill a portion of free
>                  * VRAM now.
>                  */
>                 if (!(adev->flags & AMD_IS_APU))
> @@ -1280,7 +1280,7 @@ static int amdgpu_cs_submit(struct amdgpu_cs_parser *p,
>                         continue;
>
>                 /*
> -                * Work around dma_resv shortcommings by wrapping up the
> +                * Work around dma_resv shortcomings by wrapping up the
>                  * submission in a dma_fence_chain and add it as exclusive
>                  * fence.
>                  */
>

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

* Re: [PATCH 23/30] drm/amdgpu/dc: fix typos in comments
  2022-03-14 11:53 ` [PATCH 23/30] drm/amdgpu/dc: " Julia Lawall
@ 2022-03-15 15:51   ` Alex Deucher
  0 siblings, 0 replies; 58+ messages in thread
From: Alex Deucher @ 2022-03-15 15:51 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Harry Wentland, Leo Li, kernel-janitors, Pan, Xinhui,
	Rodrigo Siqueira, LKML, amd-gfx list, David Airlie,
	Maling list - DRI developers, Alex Deucher, Christian König

Applied.  Thanks!

On Mon, Mar 14, 2022 at 8:01 AM 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>
>
> ---
>  drivers/gpu/drm/amd/display/dc/bios/command_table.c |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table.c b/drivers/gpu/drm/amd/display/dc/bios/command_table.c
> index ad13e4e36d77..0e36cd800fc9 100644
> --- a/drivers/gpu/drm/amd/display/dc/bios/command_table.c
> +++ b/drivers/gpu/drm/amd/display/dc/bios/command_table.c
> @@ -456,7 +456,7 @@ static enum bp_result transmitter_control_v2(
>                 if ((CONNECTOR_ID_DUAL_LINK_DVII == connector_id) ||
>                                 (CONNECTOR_ID_DUAL_LINK_DVID == connector_id))
>                         /* on INIT this bit should be set according to the
> -                        * phisycal connector
> +                        * physical connector
>                          * Bit0: dual link connector flag
>                          * =0 connector is single link connector
>                          * =1 connector is dual link connector
> @@ -468,7 +468,7 @@ static enum bp_result transmitter_control_v2(
>                                 cpu_to_le16((uint8_t)cntl->connector_obj_id.id);
>                 break;
>         case TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS:
> -               /* votage swing and pre-emphsis */
> +               /* voltage swing and pre-emphsis */
>                 params.asMode.ucLaneSel = (uint8_t)cntl->lane_select;
>                 params.asMode.ucLaneSet = (uint8_t)cntl->lane_settings;
>                 break;
> @@ -2120,7 +2120,7 @@ static enum bp_result program_clock_v5(
>         memset(&params, 0, sizeof(params));
>         if (!bp->cmd_helper->clock_source_id_to_atom(
>                         bp_params->pll_id, &atom_pll_id)) {
> -               BREAK_TO_DEBUGGER(); /* Invalid Inpute!! */
> +               BREAK_TO_DEBUGGER(); /* Invalid Input!! */
>                 return BP_RESULT_BADINPUT;
>         }
>
>

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

* Re: [PATCH 14/30] clk: ti: clkctrl: fix typos in comments
  2022-03-14 11:53 ` [PATCH 14/30] clk: ti: clkctrl: " Julia Lawall
@ 2022-03-15 22:48   ` Stephen Boyd
  0 siblings, 0 replies; 58+ messages in thread
From: Stephen Boyd @ 2022-03-15 22:48 UTC (permalink / raw)
  To: Julia Lawall, Tero Kristo
  Cc: kernel-janitors, Michael Turquette, linux-omap, linux-clk, linux-kernel

Quoting Julia Lawall (2022-03-14 04:53:38)
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---

Applied to clk-next

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

* Re: [PATCH 15/30] clk: qcom: sm6125-gcc: fix typos in comments
  2022-03-14 11:53 ` [PATCH 15/30] clk: qcom: sm6125-gcc: " Julia Lawall
@ 2022-03-15 22:49   ` Stephen Boyd
  0 siblings, 0 replies; 58+ messages in thread
From: Stephen Boyd @ 2022-03-15 22:49 UTC (permalink / raw)
  To: Andy Gross, Julia Lawall
  Cc: kernel-janitors, Bjorn Andersson, Michael Turquette,
	linux-arm-msm, linux-clk, linux-kernel

Quoting Julia Lawall (2022-03-14 04:53:39)
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 58+ 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; 58+ 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] 58+ messages in thread

* Re: [PATCH 30/30] perf/core: fix typos in comments
  2022-03-14 11:53 ` [PATCH 30/30] perf/core: " Julia Lawall
@ 2022-03-17  3:09   ` Ian Rogers
  0 siblings, 0 replies; 58+ messages in thread
From: Ian Rogers @ 2022-03-17  3:09 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Peter Zijlstra, kernel-janitors, Ingo Molnar,
	Arnaldo Carvalho de Melo, Mark Rutland, Alexander Shishkin,
	Jiri Olsa, Namhyung Kim, linux-perf-users, linux-kernel

On Mon, Mar 14, 2022 at 5:48 AM 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: Ian Rogers <irogers@google.com>

Thanks,
Ian

> ---
>  kernel/events/core.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/events/core.c b/kernel/events/core.c
> index cfde994ce61c..25fcd4cca0d7 100644
> --- a/kernel/events/core.c
> +++ b/kernel/events/core.c
> @@ -872,7 +872,7 @@ static void perf_cgroup_switch(struct task_struct *task, int mode)
>                          * event_filter_match() to not have to pass
>                          * task around
>                          * we pass the cpuctx->ctx to perf_cgroup_from_task()
> -                        * because cgorup events are only per-cpu
> +                        * because cgroup events are only per-cpu
>                          */
>                         cpuctx->cgrp = perf_cgroup_from_task(task,
>                                                              &cpuctx->ctx);
>

^ permalink raw reply	[flat|nested] 58+ 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; 58+ 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] 58+ 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
                   ` (33 preceding siblings ...)
  2022-03-15 13:40 ` (subset) " Mark Brown
@ 2022-03-19  3:56 ` Martin K. Petersen
  34 siblings, 0 replies; 58+ 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] 58+ messages in thread

* Re: [PATCH 28/30] mfd: bd9576: fix typos in comments
  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
  1 sibling, 0 replies; 58+ messages in thread
From: Lee Jones @ 2022-03-22  7:28 UTC (permalink / raw)
  To: Julia Lawall; +Cc: Matti Vaittinen, kernel-janitors, linux-power, linux-kernel

On Mon, 14 Mar 2022, Julia Lawall wrote:

> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
>  drivers/mfd/rohm-bd9576.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH 09/30] media: i2c: ov5695: fix typos in comments
  2022-03-14 11:53 ` [PATCH 09/30] media: i2c: ov5695: " Julia Lawall
@ 2022-04-14  8:48   ` Sakari Ailus
  0 siblings, 0 replies; 58+ messages in thread
From: Sakari Ailus @ 2022-04-14  8:48 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Shunqian Zheng, kernel-janitors, Mauro Carvalho Chehab,
	linux-media, linux-kernel

On Mon, Mar 14, 2022 at 12:53:33PM +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
>  drivers/media/i2c/ov5695.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/ov5695.c b/drivers/media/i2c/ov5695.c
> index 439385938a51..910309783885 100644
> --- a/drivers/media/i2c/ov5695.c
> +++ b/drivers/media/i2c/ov5695.c
> @@ -1122,7 +1122,7 @@ static int ov5695_set_ctrl(struct v4l2_ctrl *ctrl)
>  
>  	switch (ctrl->id) {
>  	case V4L2_CID_EXPOSURE:
> -		/* 4 least significant bits of expsoure are fractional part */
> +		/* 4 least significant bits of exposure are fractional part */
>  		ret = ov5695_write_reg(ov5695->client, OV5695_REG_EXPOSURE,
>  				       OV5695_REG_VALUE_24BIT, ctrl->val << 4);
>  		break;

Applied, thanks!

-- 
Sakari Ailus

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

end of thread, other threads:[~2022-04-14  8:48 UTC | newest]

Thread overview: 58+ 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 01/30] drm/amd/pm: " Julia Lawall
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 ` [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 ` [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 ` [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 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 ` [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 21/30] spi: sun4i: " Julia Lawall
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-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-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-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-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).