netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] spelling.txt: /decriptors/descriptors/
@ 2020-06-09 12:45 Kieran Bingham
  2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, linux-arm-kernel,
	linux-kernel, linux-pm, linux-gpio, dri-devel, linux-rdma,
	linux-input, linux-mtd, netdev, ath10k, linux-wireless,
	linux-scsi, linuxppc-dev, linux-usb, virtualization, linux-mm

I wouldn't normally go through spelling fixes, but I caught sight of
this typo twice, and then foolishly grepped the tree for it, and saw how
pervasive it was.

so here I am ... fixing a typo globally... but with an addition in
scripts/spelling.txt so it shouldn't re-appear ;-)

Cc: linux-arm-kernel@lists.infradead.org (moderated list:TI DAVINCI MACHINE SUPPORT)
Cc: linux-kernel@vger.kernel.org (open list)
Cc: linux-pm@vger.kernel.org (open list:DEVICE FREQUENCY EVENT (DEVFREQ-EVENT))
Cc: linux-gpio@vger.kernel.org (open list:GPIO SUBSYSTEM)
Cc: dri-devel@lists.freedesktop.org (open list:DRM DRIVERS)
Cc: linux-rdma@vger.kernel.org (open list:HFI1 DRIVER)
Cc: linux-input@vger.kernel.org (open list:INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN)...)
Cc: linux-mtd@lists.infradead.org (open list:NAND FLASH SUBSYSTEM)
Cc: netdev@vger.kernel.org (open list:NETWORKING DRIVERS)
Cc: ath10k@lists.infradead.org (open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER)
Cc: linux-wireless@vger.kernel.org (open list:NETWORKING DRIVERS (WIRELESS))
Cc: linux-scsi@vger.kernel.org (open list:IBM Power Virtual FC Device Drivers)
Cc: linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC (32-BIT AND 64-BIT))
Cc: linux-usb@vger.kernel.org (open list:USB SUBSYSTEM)
Cc: virtualization@lists.linux-foundation.org (open list:VIRTIO CORE AND NET DRIVERS)
Cc: linux-mm@kvack.org (open list:MEMORY MANAGEMENT)


Kieran Bingham (17):
  arch: arm: mach-davinci: Fix trivial spelling
  drivers: infiniband: Fix trivial spelling
  drivers: gpio: Fix trivial spelling
  drivers: mtd: nand: raw: Fix trivial spelling
  drivers: net: Fix trivial spelling
  drivers: scsi: Fix trivial spelling
  drivers: usb: Fix trivial spelling
  drivers: gpu: drm: Fix trivial spelling
  drivers: regulator: Fix trivial spelling
  drivers: input: joystick: Fix trivial spelling
  drivers: infiniband: Fix trivial spelling
  drivers: devfreq: Fix trivial spelling
  include: dynamic_debug.h: Fix trivial spelling
  kernel: trace: Fix trivial spelling
  mm: Fix trivial spelling
  regulator: gpio: Fix trivial spelling
  scripts/spelling.txt: Add descriptors correction

 arch/arm/mach-davinci/board-da830-evm.c  | 2 +-
 drivers/devfreq/devfreq-event.c          | 4 ++--
 drivers/gpio/TODO                        | 2 +-
 drivers/gpu/drm/drm_dp_helper.c          | 2 +-
 drivers/infiniband/hw/hfi1/iowait.h      | 2 +-
 drivers/infiniband/hw/hfi1/ipoib_tx.c    | 2 +-
 drivers/infiniband/hw/hfi1/verbs_txreq.h | 2 +-
 drivers/input/joystick/spaceball.c       | 2 +-
 drivers/mtd/nand/raw/mxc_nand.c          | 2 +-
 drivers/mtd/nand/raw/nand_bbt.c          | 2 +-
 drivers/net/wan/lmc/lmc_main.c           | 2 +-
 drivers/net/wireless/ath/ath10k/usb.c    | 2 +-
 drivers/net/wireless/ath/ath6kl/usb.c    | 2 +-
 drivers/net/wireless/cisco/airo.c        | 2 +-
 drivers/regulator/fixed.c                | 2 +-
 drivers/regulator/gpio-regulator.c       | 2 +-
 drivers/scsi/ibmvscsi/ibmvfc.c           | 2 +-
 drivers/scsi/ibmvscsi/ibmvscsi.c         | 2 +-
 drivers/scsi/qla2xxx/qla_inline.h        | 2 +-
 drivers/scsi/qla2xxx/qla_iocb.c          | 6 +++---
 drivers/usb/core/of.c                    | 2 +-
 include/drm/drm_dp_helper.h              | 2 +-
 include/linux/dynamic_debug.h            | 2 +-
 kernel/trace/trace_events.c              | 2 +-
 mm/balloon_compaction.c                  | 4 ++--
 scripts/spelling.txt                     | 1 +
 26 files changed, 30 insertions(+), 29 deletions(-)

-- 
2.25.1


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

* [PATCH 05/17] drivers: net: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
@ 2020-06-09 12:45 ` Kieran Bingham
  2020-07-15 10:22   ` Kalle Valo
       [not found]   ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
  2020-06-15 18:58 ` [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Jason Gunthorpe
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 7+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, David S. Miller,
	Jakub Kicinski, Kalle Valo, Jiri Kosina, Martin Habets,
	Shannon Nelson, Colin Ian King, Michael S. Tsirkin,
	Michael Ellerman, Eric Dumazet, Stephen Rothwell, Ard Biesheuvel,
	Alexey Dobriyan, Wenwen Wang, Dan Carpenter,
	open list:NETWORKING DRIVERS, open list,
	open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER,
	open list:NETWORKING DRIVERS (WIRELESS)

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/net/wan/lmc/lmc_main.c        | 2 +-
 drivers/net/wireless/ath/ath10k/usb.c | 2 +-
 drivers/net/wireless/ath/ath6kl/usb.c | 2 +-
 drivers/net/wireless/cisco/airo.c     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wan/lmc/lmc_main.c b/drivers/net/wan/lmc/lmc_main.c
index a20f467ca48a..842def21e089 100644
--- a/drivers/net/wan/lmc/lmc_main.c
+++ b/drivers/net/wan/lmc/lmc_main.c
@@ -2063,7 +2063,7 @@ static void lmc_driver_timeout(struct net_device *dev, unsigned int txqueue)
     /*
      * Chip seems to have locked up
      * Reset it
-     * This whips out all our decriptor
+     * This whips out all our descriptor
      * table and starts from scartch
      */
 
diff --git a/drivers/net/wireless/ath/ath10k/usb.c b/drivers/net/wireless/ath/ath10k/usb.c
index b7daf344d012..05a620ff6fe2 100644
--- a/drivers/net/wireless/ath/ath10k/usb.c
+++ b/drivers/net/wireless/ath/ath10k/usb.c
@@ -824,7 +824,7 @@ static int ath10k_usb_setup_pipe_resources(struct ath10k *ar,
 
 	ath10k_dbg(ar, ATH10K_DBG_USB, "usb setting up pipes using interface\n");
 
-	/* walk decriptors and setup pipes */
+	/* walk descriptors and setup pipes */
 	for (i = 0; i < iface_desc->desc.bNumEndpoints; ++i) {
 		endpoint = &iface_desc->endpoint[i].desc;
 
diff --git a/drivers/net/wireless/ath/ath6kl/usb.c b/drivers/net/wireless/ath/ath6kl/usb.c
index 53b66e9434c9..5372e948e761 100644
--- a/drivers/net/wireless/ath/ath6kl/usb.c
+++ b/drivers/net/wireless/ath/ath6kl/usb.c
@@ -311,7 +311,7 @@ static int ath6kl_usb_setup_pipe_resources(struct ath6kl_usb *ar_usb)
 
 	ath6kl_dbg(ATH6KL_DBG_USB, "setting up USB Pipes using interface\n");
 
-	/* walk decriptors and setup pipes */
+	/* walk descriptors and setup pipes */
 	for (i = 0; i < iface_desc->desc.bNumEndpoints; ++i) {
 		endpoint = &iface_desc->endpoint[i].desc;
 
diff --git a/drivers/net/wireless/cisco/airo.c b/drivers/net/wireless/cisco/airo.c
index 827bb6d74815..e3ad77666ba8 100644
--- a/drivers/net/wireless/cisco/airo.c
+++ b/drivers/net/wireless/cisco/airo.c
@@ -2450,7 +2450,7 @@ static void mpi_unmap_card(struct pci_dev *pci)
 
 /*************************************************************
  *  This routine assumes that descriptors have been setup .
- *  Run at insmod time or after reset  when the decriptors
+ *  Run at insmod time or after reset when the descriptors
  *  have been initialized . Returns 0 if all is well nz
  *  otherwise . Does not allocate memory but sets up card
  *  using previously allocated descriptors.
-- 
2.25.1


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

* Re: [PATCH 00/17] spelling.txt: /decriptors/descriptors/
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
  2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
@ 2020-06-15 18:58 ` Jason Gunthorpe
  2020-06-15 23:41 ` Mark Brown
  2020-06-16  3:59 ` Martin K. Petersen
  3 siblings, 0 replies; 7+ messages in thread
From: Jason Gunthorpe @ 2020-06-15 18:58 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, linux-renesas-soc, linux-arm-kernel,
	linux-kernel, linux-pm, linux-gpio, dri-devel, linux-rdma,
	linux-input, linux-mtd, netdev, ath10k, linux-wireless,
	linux-scsi, linuxppc-dev, linux-usb, virtualization, linux-mm

On Tue, Jun 09, 2020 at 01:45:53PM +0100, Kieran Bingham wrote:
> I wouldn't normally go through spelling fixes, but I caught sight of
> this typo twice, and then foolishly grepped the tree for it, and saw how
> pervasive it was.
> 
> so here I am ... fixing a typo globally... but with an addition in
> scripts/spelling.txt so it shouldn't re-appear ;-)
> 
> Cc: linux-arm-kernel@lists.infradead.org (moderated list:TI DAVINCI MACHINE SUPPORT)
> Cc: linux-kernel@vger.kernel.org (open list)
> Cc: linux-pm@vger.kernel.org (open list:DEVICE FREQUENCY EVENT (DEVFREQ-EVENT))
> Cc: linux-gpio@vger.kernel.org (open list:GPIO SUBSYSTEM)
> Cc: dri-devel@lists.freedesktop.org (open list:DRM DRIVERS)
> Cc: linux-rdma@vger.kernel.org (open list:HFI1 DRIVER)
> Cc: linux-input@vger.kernel.org (open list:INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN)...)
> Cc: linux-mtd@lists.infradead.org (open list:NAND FLASH SUBSYSTEM)
> Cc: netdev@vger.kernel.org (open list:NETWORKING DRIVERS)
> Cc: ath10k@lists.infradead.org (open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER)
> Cc: linux-wireless@vger.kernel.org (open list:NETWORKING DRIVERS (WIRELESS))
> Cc: linux-scsi@vger.kernel.org (open list:IBM Power Virtual FC Device Drivers)
> Cc: linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC (32-BIT AND 64-BIT))
> Cc: linux-usb@vger.kernel.org (open list:USB SUBSYSTEM)
> Cc: virtualization@lists.linux-foundation.org (open list:VIRTIO CORE AND NET DRIVERS)
> Cc: linux-mm@kvack.org (open list:MEMORY MANAGEMENT)
> 
> 
> Kieran Bingham (17):
>   arch: arm: mach-davinci: Fix trivial spelling
>   drivers: infiniband: Fix trivial spelling
>   drivers: infiniband: Fix trivial spelling

I took these two RDMA patches and merged them, thanks

Jason

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

* Re: [PATCH 00/17] spelling.txt: /decriptors/descriptors/
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
  2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
  2020-06-15 18:58 ` [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Jason Gunthorpe
@ 2020-06-15 23:41 ` Mark Brown
  2020-06-16  3:59 ` Martin K. Petersen
  3 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2020-06-15 23:41 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: linux-gpio, ath10k, linux-mm, linux-arm-kernel, linux-kernel,
	linuxppc-dev, dri-devel, linux-input, linux-pm, linux-wireless,
	linux-usb, netdev, linux-scsi, virtualization, linux-rdma,
	linux-mtd, linux-renesas-soc

On Tue, 9 Jun 2020 13:45:53 +0100, Kieran Bingham wrote:
> I wouldn't normally go through spelling fixes, but I caught sight of
> this typo twice, and then foolishly grepped the tree for it, and saw how
> pervasive it was.
> 
> so here I am ... fixing a typo globally... but with an addition in
> scripts/spelling.txt so it shouldn't re-appear ;-)
> 
> [...]

Applied to

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

Thanks!

[1/2] regulator: Fix trivial spelling
      commit: d3f3723387f97118c337689fc73e4199fb4331ce
[2/2] regulator: gpio: Fix trivial spelling
      commit: 1f0b740004f09d2f1b716fd6c2fdca81004ded05

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] 7+ messages in thread

* Re: [PATCH 00/17] spelling.txt: /decriptors/descriptors/
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (2 preceding siblings ...)
  2020-06-15 23:41 ` Mark Brown
@ 2020-06-16  3:59 ` Martin K. Petersen
  3 siblings, 0 replies; 7+ messages in thread
From: Martin K. Petersen @ 2020-06-16  3:59 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: Martin K . Petersen, netdev, linux-input, linux-renesas-soc,
	linux-mm, linux-rdma, linuxppc-dev, linux-scsi, virtualization,
	linux-pm, linux-arm-kernel, linux-kernel, linux-mtd,
	linux-wireless, dri-devel, linux-usb, linux-gpio, ath10k

On Tue, 9 Jun 2020 13:45:53 +0100, Kieran Bingham wrote:

> I wouldn't normally go through spelling fixes, but I caught sight of
> this typo twice, and then foolishly grepped the tree for it, and saw how
> pervasive it was.
> 
> so here I am ... fixing a typo globally... but with an addition in
> scripts/spelling.txt so it shouldn't re-appear ;-)
> 
> [...]

Applied to 5.9/scsi-queue, thanks!

[06/17] scsi: Fix trivial spelling
        https://git.kernel.org/mkp/scsi/c/0a19a725c0ed

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH 05/17] drivers: net: Fix trivial spelling
  2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
@ 2020-07-15 10:22   ` Kalle Valo
       [not found]   ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Kalle Valo @ 2020-07-15 10:22 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, linux-renesas-soc, Kieran Bingham,
	David S. Miller, Jakub Kicinski, Jiri Kosina, Martin Habets,
	Shannon Nelson, Colin Ian King, Michael S. Tsirkin,
	Michael Ellerman, Eric Dumazet, Stephen Rothwell, Ard Biesheuvel,
	Alexey Dobriyan, Wenwen Wang, Dan Carpenter,
	open list:NETWORKING DRIVERS, open list,
	open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER,
	open list:NETWORKING DRIVERS (WIRELESS)

Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> wrote:

> The word 'descriptor' is misspelled throughout the tree.
> 
> Fix it up accordingly:
>     decriptors -> descriptors
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

I recommend splitting wan and wireless changes to separate patches as I
cannot take changes to wan subsystem.

Patch set to Changes Requested.

-- 
https://patchwork.kernel.org/patch/11595487/

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


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

* Re: [PATCH 05/17] drivers: net: Fix trivial spelling
       [not found]   ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
@ 2020-07-15 12:52     ` Kieran Bingham
  0 siblings, 0 replies; 7+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:52 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Kieran Bingham, linux-renesas-soc, David S. Miller,
	Jakub Kicinski, Jiri Kosina, Martin Habets, Shannon Nelson,
	Colin Ian King, Michael S. Tsirkin, Michael Ellerman,
	Eric Dumazet, Stephen Rothwell, Ard Biesheuvel, Alexey Dobriyan,
	Wenwen Wang, Dan Carpenter, open list:NETWORKING DRIVERS,
	open list, open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER,
	open list:NETWORKING DRIVERS (WIRELESS)

Hi Kalle,

On 15/07/2020 11:22, Kalle Valo wrote:
> Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> wrote:
> 
>> The word 'descriptor' is misspelled throughout the tree.
>>
>> Fix it up accordingly:
>>     decriptors -> descriptors
>>
>> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> 
> I recommend splitting wan and wireless changes to separate patches as I
> cannot take changes to wan subsystem.
> 
> Patch set to Changes Requested.

Thanks, I've split this and resent the remaining outstanding patches.

--
Kieran




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

end of thread, other threads:[~2020-07-15 12:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
2020-07-15 10:22   ` Kalle Valo
     [not found]   ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
2020-07-15 12:52     ` Kieran Bingham
2020-06-15 18:58 ` [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Jason Gunthorpe
2020-06-15 23:41 ` Mark Brown
2020-06-16  3:59 ` 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).