public inbox for linux-scsi@vger.kernel.org
 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 02/30] scsi: lpfc: " Julia Lawall
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ 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] 9+ 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 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 17/30] scsi: elx: libefc_sli: " Julia Lawall
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ 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] 9+ 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
  2022-03-14 11:53 ` [PATCH 02/30] scsi: lpfc: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 11:53 ` [PATCH 24/30] scsi: qla2xxx: " Julia Lawall
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ 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] 9+ 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
  2022-03-14 11:53 ` [PATCH 02/30] scsi: lpfc: " Julia Lawall
  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 25/30] treewide: " Julia Lawall
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ 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] 9+ 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
                   ` (2 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 24/30] scsi: qla2xxx: " Julia Lawall
@ 2022-03-14 11:53 ` Julia Lawall
  2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ 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] 9+ 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
                   ` (3 preceding siblings ...)
  2022-03-14 11:53 ` [PATCH 25/30] treewide: " Julia Lawall
@ 2022-03-14 20:30 ` patchwork-bot+netdevbpf
  2022-03-15  4:33 ` Martin K. Petersen
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ 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] 9+ 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
                   ` (4 preceding siblings ...)
  2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
@ 2022-03-15  4:33 ` Martin K. Petersen
  2022-03-15 13:40 ` (subset) " Mark Brown
  2022-03-19  3:56 ` Martin K. Petersen
  7 siblings, 0 replies; 9+ 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] 9+ 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
                   ` (5 preceding siblings ...)
  2022-03-15  4:33 ` Martin K. Petersen
@ 2022-03-15 13:40 ` Mark Brown
  2022-03-19  3:56 ` Martin K. Petersen
  7 siblings, 0 replies; 9+ 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] 9+ messages in thread

* Re: [PATCH 00/30] fix typos in comments
  2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
                   ` (6 preceding siblings ...)
  2022-03-15 13:40 ` (subset) " Mark Brown
@ 2022-03-19  3:56 ` Martin K. Petersen
  7 siblings, 0 replies; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ 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 02/30] scsi: lpfc: " Julia Lawall
2022-03-14 11:53 ` [PATCH 17/30] scsi: elx: libefc_sli: " Julia Lawall
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 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
2022-03-15  4:33 ` Martin K. Petersen
2022-03-15 13:40 ` (subset) " Mark Brown
2022-03-19  3:56 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox