linux-kernel.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 01/17] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
                   ` (19 more replies)
  0 siblings, 20 replies; 43+ 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] 43+ messages in thread

* [PATCH 01/17] arch: arm: mach-davinci: 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-06-09 12:45 ` [PATCH 02/17] drivers: infiniband: " Kieran Bingham
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Sekhar Nori,
	Bartosz Golaszewski, Russell King, Jiri Kosina,
	moderated list:ARM SUB-ARCHITECTURES, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 arch/arm/mach-davinci/board-da830-evm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c
index a273ab25c668..1076886938b6 100644
--- a/arch/arm/mach-davinci/board-da830-evm.c
+++ b/arch/arm/mach-davinci/board-da830-evm.c
@@ -266,7 +266,7 @@ static struct mtd_partition da830_evm_nand_partitions[] = {
 	}
 };
 
-/* flash bbt decriptors */
+/* flash bbt descriptors */
 static uint8_t da830_evm_nand_bbt_pattern[] = { 'B', 'b', 't', '0' };
 static uint8_t da830_evm_nand_mirror_pattern[] = { '1', 't', 'b', 'B' };
 
-- 
2.25.1


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

* [PATCH 02/17] drivers: infiniband: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
  2020-06-09 12:45 ` [PATCH 01/17] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
@ 2020-06-09 12:45 ` Kieran Bingham
  2020-06-09 15:53   ` Dennis Dalessandro
  2020-06-09 12:45 ` [PATCH 03/17] drivers: gpio: " Kieran Bingham
                   ` (17 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Mike Marciniszyn,
	Dennis Dalessandro, Doug Ledford, Jason Gunthorpe, Jiri Kosina,
	open list:HFI1 DRIVER, open list

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/infiniband/hw/hfi1/iowait.h      | 2 +-
 drivers/infiniband/hw/hfi1/verbs_txreq.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h
index 07847cb72169..d580aa17ae37 100644
--- a/drivers/infiniband/hw/hfi1/iowait.h
+++ b/drivers/infiniband/hw/hfi1/iowait.h
@@ -399,7 +399,7 @@ static inline void iowait_get_priority(struct iowait *w)
  * @wait_head: the wait queue
  *
  * This function is called to insert an iowait struct into a
- * wait queue after a resource (eg, sdma decriptor or pio
+ * wait queue after a resource (eg, sdma descriptor or pio
  * buffer) is run out.
  */
 static inline void iowait_queue(bool pkts_sent, struct iowait *w,
diff --git a/drivers/infiniband/hw/hfi1/verbs_txreq.h b/drivers/infiniband/hw/hfi1/verbs_txreq.h
index bfa6e081cb56..d2d526c5a756 100644
--- a/drivers/infiniband/hw/hfi1/verbs_txreq.h
+++ b/drivers/infiniband/hw/hfi1/verbs_txreq.h
@@ -91,7 +91,7 @@ static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev,
 	tx->mr = NULL;
 	tx->sde = priv->s_sde;
 	tx->psc = priv->s_sendcontext;
-	/* so that we can test if the sdma decriptors are there */
+	/* so that we can test if the sdma descriptors are there */
 	tx->txreq.num_desc = 0;
 	/* Set the header type */
 	tx->phdr.hdr.hdr_type = priv->hdr_type;
-- 
2.25.1


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

* [PATCH 03/17] drivers: gpio: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
  2020-06-09 12:45 ` [PATCH 01/17] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
  2020-06-09 12:45 ` [PATCH 02/17] drivers: infiniband: " Kieran Bingham
@ 2020-06-09 12:45 ` Kieran Bingham
  2020-06-15  8:16   ` Bartosz Golaszewski
  2020-06-09 12:45 ` [PATCH 04/17] drivers: mtd: nand: raw: " Kieran Bingham
                   ` (16 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Linus Walleij,
	Bartosz Golaszewski, Jiri Kosina, open list:GPIO SUBSYSTEM,
	open list

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/gpio/TODO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO
index b989c9352da2..e560e45e84f8 100644
--- a/drivers/gpio/TODO
+++ b/drivers/gpio/TODO
@@ -5,7 +5,7 @@ subsystem.
 GPIO descriptors
 
 Starting with commit 79a9becda894 the GPIO subsystem embarked on a journey
-to move away from the global GPIO numberspace and toward a decriptor-based
+to move away from the global GPIO numberspace and toward a descriptor-based
 approach. This means that GPIO consumers, drivers and machine descriptions
 ideally have no use or idea of the global GPIO numberspace that has/was
 used in the inception of the GPIO subsystem.
-- 
2.25.1


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

* [PATCH 04/17] drivers: mtd: nand: raw: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (2 preceding siblings ...)
  2020-06-09 12:45 ` [PATCH 03/17] drivers: gpio: " Kieran Bingham
@ 2020-06-09 12:45 ` Kieran Bingham
  2020-06-15  9:00   ` Miquel Raynal
  2020-06-09 12:45 ` [PATCH 05/17] drivers: net: " Kieran Bingham
                   ` (15 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Miquel Raynal,
	Richard Weinberger, Vignesh Raghavendra, Jiri Kosina,
	Wenwen Wang, Greg Kroah-Hartman, Allison Randal, Thomas Gleixner,
	open list:NAND FLASH SUBSYSTEM, open list

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/mtd/nand/raw/mxc_nand.c | 2 +-
 drivers/mtd/nand/raw/nand_bbt.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/raw/mxc_nand.c b/drivers/mtd/nand/raw/mxc_nand.c
index 59554c187e01..81659c09770a 100644
--- a/drivers/mtd/nand/raw/mxc_nand.c
+++ b/drivers/mtd/nand/raw/mxc_nand.c
@@ -1432,7 +1432,7 @@ static int mxc_nand_get_features(struct nand_chip *chip, int addr,
 }
 
 /*
- * The generic flash bbt decriptors overlap with our ecc
+ * The generic flash bbt descriptors overlap with our ecc
  * hardware, so define some i.MX specific ones.
  */
 static uint8_t bbt_pattern[] = { 'B', 'b', 't', '0' };
diff --git a/drivers/mtd/nand/raw/nand_bbt.c b/drivers/mtd/nand/raw/nand_bbt.c
index 96045d60471e..344a24fd2ca8 100644
--- a/drivers/mtd/nand/raw/nand_bbt.c
+++ b/drivers/mtd/nand/raw/nand_bbt.c
@@ -1226,7 +1226,7 @@ static int nand_scan_bbt(struct nand_chip *this, struct nand_bbt_descr *bd)
 		return -ENOMEM;
 
 	/*
-	 * If no primary table decriptor is given, scan the device to build a
+	 * If no primary table descriptor is given, scan the device to build a
 	 * memory based bad block table.
 	 */
 	if (!td) {
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 43+ 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
                   ` (3 preceding siblings ...)
  2020-06-09 12:45 ` [PATCH 04/17] drivers: mtd: nand: raw: " 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-09 12:45 ` [PATCH 06/17] drivers: scsi: " Kieran Bingham
                   ` (14 subsequent siblings)
  19 siblings, 2 replies; 43+ 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] 43+ messages in thread

* [PATCH 06/17] drivers: scsi: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (4 preceding siblings ...)
  2020-06-09 12:45 ` [PATCH 05/17] drivers: net: " Kieran Bingham
@ 2020-06-09 12:45 ` Kieran Bingham
  2020-06-09 12:46 ` [PATCH 07/17] drivers: usb: " Kieran Bingham
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Tyrel Datwyler,
	Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
	James E.J. Bottomley, Martin K. Petersen, Nilesh Javali,
	supporter:QLOGIC QLA2XXX FC-SCSI DRIVER, Jiri Kosina,
	open list:IBM Power Virtual FC Device Drivers,
	open list:LINUX FOR POWERPC (32-BIT AND 64-BIT),
	open list

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/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 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/scsi/ibmvscsi/ibmvfc.c b/drivers/scsi/ibmvscsi/ibmvfc.c
index 635f6f9cffc4..77f4d37d5bd6 100644
--- a/drivers/scsi/ibmvscsi/ibmvfc.c
+++ b/drivers/scsi/ibmvscsi/ibmvfc.c
@@ -1344,7 +1344,7 @@ static void ibmvfc_map_sg_list(struct scsi_cmnd *scmd, int nseg,
 }
 
 /**
- * ibmvfc_map_sg_data - Maps dma for a scatterlist and initializes decriptor fields
+ * ibmvfc_map_sg_data - Maps dma for a scatterlist and initializes descriptor fields
  * @scmd:		struct scsi_cmnd with the scatterlist
  * @evt:		ibmvfc event struct
  * @vfc_cmd:	vfc_cmd that contains the memory descriptor
diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c
index 44e64aa21194..a92587624c72 100644
--- a/drivers/scsi/ibmvscsi/ibmvscsi.c
+++ b/drivers/scsi/ibmvscsi/ibmvscsi.c
@@ -667,7 +667,7 @@ static int map_sg_list(struct scsi_cmnd *cmd, int nseg,
 }
 
 /**
- * map_sg_data: - Maps dma for a scatterlist and initializes decriptor fields
+ * map_sg_data: - Maps dma for a scatterlist and initializes descriptor fields
  * @cmd:	struct scsi_cmnd with the scatterlist
  * @srp_cmd:	srp_cmd that contains the memory descriptor
  * @dev:	device for which to map dma memory
diff --git a/drivers/scsi/qla2xxx/qla_inline.h b/drivers/scsi/qla2xxx/qla_inline.h
index 1fb6ccac07cc..861dc522723c 100644
--- a/drivers/scsi/qla2xxx/qla_inline.h
+++ b/drivers/scsi/qla2xxx/qla_inline.h
@@ -11,7 +11,7 @@
  * Continuation Type 1 IOCBs to allocate.
  *
  * @vha: HA context
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c
index 8865c35d3421..1d3c58c5f0e2 100644
--- a/drivers/scsi/qla2xxx/qla_iocb.c
+++ b/drivers/scsi/qla2xxx/qla_iocb.c
@@ -44,7 +44,7 @@ qla2x00_get_cmd_direction(srb_t *sp)
  * qla2x00_calc_iocbs_32() - Determine number of Command Type 2 and
  * Continuation Type 0 IOCBs to allocate.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
@@ -66,7 +66,7 @@ qla2x00_calc_iocbs_32(uint16_t dsds)
  * qla2x00_calc_iocbs_64() - Determine number of Command Type 3 and
  * Continuation Type 1 IOCBs to allocate.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
@@ -669,7 +669,7 @@ qla24xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt,
  * qla24xx_calc_dsd_lists() - Determine number of DSD list required
  * for Command Type 6.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of dsd list needed to store @dsds.
  */
-- 
2.25.1


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

* [PATCH 07/17] drivers: usb: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (5 preceding siblings ...)
  2020-06-09 12:45 ` [PATCH 06/17] drivers: scsi: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-18  8:21   ` Greg Kroah-Hartman
  2020-06-09 12:46 ` [PATCH 08/17] drivers: gpu: drm: " Kieran Bingham
                   ` (12 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Greg Kroah-Hartman,
	Jiri Kosina, open list:USB SUBSYSTEM, open list

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/usb/core/of.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
index 651708d8c908..617e92569b2c 100644
--- a/drivers/usb/core/of.c
+++ b/drivers/usb/core/of.c
@@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(usb_of_get_device_node);
  *
  * Determine whether a USB device has a so called combined node which is
  * shared with its sole interface. This is the case if and only if the device
- * has a node and its decriptors report the following:
+ * has a node and its descriptors report the following:
  *
  *	1) bDeviceClass is 0 or 9, and
  *	2) bNumConfigurations is 1, and
-- 
2.25.1


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

* [PATCH 08/17] drivers: gpu: drm: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (6 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 07/17] drivers: usb: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-10 15:32   ` Daniel Vetter
  2020-06-09 12:46 ` [PATCH 09/17] drivers: regulator: " Kieran Bingham
                   ` (11 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter,
	Jiri Kosina, open list:DRM DRIVERS, open list

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/gpu/drm/drm_dp_helper.c | 2 +-
 include/drm/drm_dp_helper.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
index 19c99dddcb99..8f1b329df16d 100644
--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -1365,7 +1365,7 @@ EXPORT_SYMBOL(drm_dp_get_edid_quirks);
 /**
  * drm_dp_read_desc - read sink/branch descriptor from DPCD
  * @aux: DisplayPort AUX channel
- * @desc: Device decriptor to fill from DPCD
+ * @desc: Device descriptor to fill from DPCD
  * @is_branch: true for branch devices, false for sink devices
  *
  * Read DPCD 0x400 (sink) or 0x500 (branch) into @desc. Also debug log the
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
index 2035ac44afde..1165ec105638 100644
--- a/include/drm/drm_dp_helper.h
+++ b/include/drm/drm_dp_helper.h
@@ -1701,7 +1701,7 @@ enum drm_dp_quirk {
 
 /**
  * drm_dp_has_quirk() - does the DP device have a specific quirk
- * @desc: Device decriptor filled by drm_dp_read_desc()
+ * @desc: Device descriptor filled by drm_dp_read_desc()
  * @edid_quirks: Optional quirk bitmask filled by drm_dp_get_edid_quirks()
  * @quirk: Quirk to query for
  *
-- 
2.25.1


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

* [PATCH 09/17] drivers: regulator: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (7 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 08/17] drivers: gpu: drm: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 12:50   ` Mark Brown
  2020-06-09 12:46 ` [PATCH 10/17] drivers: input: joystick: " Kieran Bingham
                   ` (10 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Liam Girdwood, Mark Brown,
	Jiri Kosina, open list:VOLTAGE AND CURRENT REGULATOR FRAMEWORK

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/regulator/fixed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c
index bc0bbd99e98d..d54830e48b8d 100644
--- a/drivers/regulator/fixed.c
+++ b/drivers/regulator/fixed.c
@@ -210,7 +210,7 @@ static int reg_fixed_voltage_probe(struct platform_device *pdev)
 
 	/*
 	 * The signal will be inverted by the GPIO core if flagged so in the
-	 * decriptor.
+	 * descriptor.
 	 */
 	if (config->enabled_at_boot)
 		gflags = GPIOD_OUT_HIGH;
-- 
2.25.1


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

* [PATCH 10/17] drivers: input: joystick: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (8 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 09/17] drivers: regulator: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 12:46 ` [PATCH 11/17] drivers: infiniband: " Kieran Bingham
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Dmitry Torokhov, Jiri Kosina,
	open list:INPUT (KEYBOARD, MOUSE, JOYSTICK , TOUCHSCREEN)...,
	open list

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/input/joystick/spaceball.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/joystick/spaceball.c b/drivers/input/joystick/spaceball.c
index cf7cbcd0c29d..92002a8b9e8b 100644
--- a/drivers/input/joystick/spaceball.c
+++ b/drivers/input/joystick/spaceball.c
@@ -124,7 +124,7 @@ static void spaceball_process_packet(struct spaceball* spaceball)
 }
 
 /*
- * Spaceball 4000 FLX packets all start with a one letter packet-type decriptor,
+ * Spaceball 4000 FLX packets all start with a one letter packet-type descriptor,
  * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which
  * can occur in the axis values.
  */
-- 
2.25.1


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

* [PATCH 11/17] drivers: infiniband: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (9 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 10/17] drivers: input: joystick: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 15:54   ` Dennis Dalessandro
  2020-06-09 12:46 ` [PATCH 12/17] drivers: devfreq: " Kieran Bingham
                   ` (8 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Mike Marciniszyn,
	Dennis Dalessandro, Doug Ledford, Jason Gunthorpe, Jiri Kosina,
	open list:HFI1 DRIVER, open list

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/infiniband/hw/hfi1/ipoib_tx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/hw/hfi1/ipoib_tx.c b/drivers/infiniband/hw/hfi1/ipoib_tx.c
index 883cb9d48022..175290c56db9 100644
--- a/drivers/infiniband/hw/hfi1/ipoib_tx.c
+++ b/drivers/infiniband/hw/hfi1/ipoib_tx.c
@@ -364,7 +364,7 @@ static struct ipoib_txreq *hfi1_ipoib_send_dma_common(struct net_device *dev,
 	if (unlikely(!tx))
 		return ERR_PTR(-ENOMEM);
 
-	/* so that we can test if the sdma decriptors are there */
+	/* so that we can test if the sdma descriptors are there */
 	tx->txreq.num_desc = 0;
 	tx->priv = priv;
 	tx->txq = txp->txq;
-- 
2.25.1


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

* [PATCH 12/17] drivers: devfreq: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (10 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 11/17] drivers: infiniband: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-07-03  0:38   ` Chanwoo Choi
  2020-06-09 12:46 ` [PATCH 13/17] include: dynamic_debug.h: " Kieran Bingham
                   ` (7 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Chanwoo Choi, MyungJoo Ham,
	Kyungmin Park, Jiri Kosina,
	open list:DEVICE FREQUENCY EVENT (DEVFREQ-EVENT),
	open list

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/devfreq/devfreq-event.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
index 8c31b0f2e28f..56efbeb7851e 100644
--- a/drivers/devfreq/devfreq-event.c
+++ b/drivers/devfreq/devfreq-event.c
@@ -293,7 +293,7 @@ static void devfreq_event_release_edev(struct device *dev)
 /**
  * devfreq_event_add_edev() - Add new devfreq-event device.
  * @dev		: the device owning the devfreq-event device being created
- * @desc	: the devfreq-event device's decriptor which include essential
+ * @desc	: the devfreq-event device's descriptor which include essential
  *		  data for devfreq-event device.
  *
  * Note that this function add new devfreq-event device to devfreq-event class
@@ -385,7 +385,7 @@ static void devm_devfreq_event_release(struct device *dev, void *res)
 /**
  * devm_devfreq_event_add_edev() - Resource-managed devfreq_event_add_edev()
  * @dev		: the device owning the devfreq-event device being created
- * @desc	: the devfreq-event device's decriptor which include essential
+ * @desc	: the devfreq-event device's descriptor which include essential
  *		  data for devfreq-event device.
  *
  * Note that this function manages automatically the memory of devfreq-event
-- 
2.25.1


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

* [PATCH 13/17] include: dynamic_debug.h: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (11 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 12/17] drivers: devfreq: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 12:46 ` [PATCH 14/17] kernel: trace: " Kieran Bingham
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Jason Baron, Jiri Kosina, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 include/linux/dynamic_debug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/dynamic_debug.h b/include/linux/dynamic_debug.h
index abcd5fde30eb..a06ef7380b2d 100644
--- a/include/linux/dynamic_debug.h
+++ b/include/linux/dynamic_debug.h
@@ -133,7 +133,7 @@ void __dynamic_ibdev_dbg(struct _ddebug *descriptor,
 
 /*
  * "Factory macro" for generating a call to func, guarded by a
- * DYNAMIC_DEBUG_BRANCH. The dynamic debug decriptor will be
+ * DYNAMIC_DEBUG_BRANCH. The dynamic debug descriptor will be
  * initialized using the fmt argument. The function will be called with
  * the address of the descriptor as first argument, followed by all
  * the varargs. Note that fmt is repeated in invocations of this
-- 
2.25.1


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

* [PATCH 14/17] kernel: trace: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (12 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 13/17] include: dynamic_debug.h: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 12:46 ` [PATCH 15/17] mm: " Kieran Bingham
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Steven Rostedt, Ingo Molnar,
	Jiri Kosina, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 kernel/trace/trace_events.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace_events.c b/kernel/trace/trace_events.c
index 242f59e7f17d..2c1e35ffcbb6 100644
--- a/kernel/trace/trace_events.c
+++ b/kernel/trace/trace_events.c
@@ -2475,7 +2475,7 @@ __trace_add_new_event(struct trace_event_call *call, struct trace_array *tr)
 }
 
 /*
- * Just create a decriptor for early init. A descriptor is required
+ * Just create a descriptor for early init. A descriptor is required
  * for enabling events at boot. We want to enable events before
  * the filesystem is initialized.
  */
-- 
2.25.1


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

* [PATCH 15/17] mm: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (13 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 14/17] kernel: trace: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 14:03   ` David Hildenbrand
  2020-06-09 14:34   ` [PATCH v2] mm/balloon_compaction: " Kieran Bingham
  2020-06-09 12:46 ` [PATCH 16/17] regulator: gpio: " Kieran Bingham
                   ` (4 subsequent siblings)
  19 siblings, 2 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Michael S. Tsirkin,
	Jason Wang, Andrew Morton, Jiri Kosina,
	open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 mm/balloon_compaction.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
index 26de020aae7b..907fefde2572 100644
--- a/mm/balloon_compaction.c
+++ b/mm/balloon_compaction.c
@@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
 /**
  * balloon_page_list_dequeue() - removes pages from balloon's page list and
  *				 returns a list of the pages.
- * @b_dev_info: balloon device decriptor where we will grab a page from.
+ * @b_dev_info: balloon device descriptor where we will grab a page from.
  * @pages: pointer to the list of pages that would be returned to the caller.
  * @n_req_pages: number of requested pages.
  *
@@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
 /*
  * balloon_page_dequeue - removes a page from balloon's page list and returns
  *			  its address to allow the driver to release the page.
- * @b_dev_info: balloon device decriptor where we will grab a page from.
+ * @b_dev_info: balloon device descriptor where we will grab a page from.
  *
  * Driver must call this function to properly dequeue a previously enqueued page
  * before definitively releasing it back to the guest system.
-- 
2.25.1


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

* [PATCH 16/17] regulator: gpio: Fix trivial spelling
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (14 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 15/17] mm: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 12:46 ` [PATCH 17/17] scripts/spelling.txt: Add descriptors correction Kieran Bingham
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Liam Girdwood, Mark Brown, Jiri Kosina,
	open list:VOLTAGE AND CURRENT REGULATOR FRAMEWORK

From: Kieran Bingham <kieran.bingham@ideasonboard.com>

decriptor -> descriptor.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 drivers/regulator/gpio-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c
index 110ee6fe76c4..181451f922f1 100644
--- a/drivers/regulator/gpio-regulator.c
+++ b/drivers/regulator/gpio-regulator.c
@@ -311,7 +311,7 @@ static int gpio_regulator_probe(struct platform_device *pdev)
 
 	/*
 	 * The signal will be inverted by the GPIO core if flagged so in the
-	 * decriptor.
+	 * descriptor.
 	 */
 	if (config->enabled_at_boot)
 		gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE;
-- 
2.25.1


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

* [PATCH 17/17] scripts/spelling.txt: Add descriptors correction
  2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (15 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 16/17] regulator: gpio: " Kieran Bingham
@ 2020-06-09 12:46 ` Kieran Bingham
  2020-06-09 16:08   ` Joe Perches
  2020-06-15 18:58 ` [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Jason Gunthorpe
                   ` (2 subsequent siblings)
  19 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:46 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Kieran Bingham, Andrew Morton, Colin Ian King,
	Geert Uytterhoeven, Xiong, Chris Paterson, Paul Walmsley,
	Luca Ceresoli, Jonathan Neuschäfer, open list

After coming across the s/decriptors/descriptors/ spelling error twice,
a scan of the tree showed it was a pervasive mistake.

Update the spelling suggestions database to prevent it.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 scripts/spelling.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index d9cd24cf0d40..c171a06efdad 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -404,6 +404,7 @@ decendants||descendants
 decompres||decompress
 decsribed||described
 decription||description
+decriptors||descriptors
 dectected||detected
 defailt||default
 deferal||deferral
-- 
2.25.1


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

* Re: [PATCH 09/17] drivers: regulator: Fix trivial spelling
  2020-06-09 12:46 ` [PATCH 09/17] drivers: regulator: " Kieran Bingham
@ 2020-06-09 12:50   ` Mark Brown
  0 siblings, 0 replies; 43+ messages in thread
From: Mark Brown @ 2020-06-09 12:50 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, linux-renesas-soc, Liam Girdwood, Jiri Kosina,
	open list:VOLTAGE AND CURRENT REGULATOR FRAMEWORK

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

On Tue, Jun 09, 2020 at 01:46:02PM +0100, Kieran Bingham 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>

For changes like these that are a bunch of trivial fixes independent of
each other it's generally better to send them independently rather than
as a series since only having part of the series (as is the case here)
usually begs questions about dependencies.  I'm hoping there aren't any
here and will queue these...

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

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

* Re: [PATCH 15/17] mm: Fix trivial spelling
  2020-06-09 12:46 ` [PATCH 15/17] mm: " Kieran Bingham
@ 2020-06-09 14:03   ` David Hildenbrand
  2020-06-09 14:34   ` [PATCH v2] mm/balloon_compaction: " Kieran Bingham
  1 sibling, 0 replies; 43+ messages in thread
From: David Hildenbrand @ 2020-06-09 14:03 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: linux-renesas-soc, Michael S. Tsirkin, Jason Wang, Andrew Morton,
	Jiri Kosina, open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

On 09.06.20 14:46, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
> 

"mm/balloon_compaction:" is a better subject prefix

Reviewed-by: David Hildenbrand <david@redhat.com>

> Fix it up accordingly:
>     decriptors -> descriptors
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>  virtio-mem-v3.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
> index 26de020aae7b..907fefde2572 100644
> --- a/mm/balloon_compaction.c
> +++ b/mm/balloon_compaction.c
> @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
>  /**
>   * balloon_page_list_dequeue() - removes pages from balloon's page list and
>   *				 returns a list of the pages.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>   * @pages: pointer to the list of pages that would be returned to the caller.
>   * @n_req_pages: number of requested pages.
>   *
> @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
>  /*
>   * balloon_page_dequeue - removes a page from balloon's page list and returns
>   *			  its address to allow the driver to release the page.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>   *
>   * Driver must call this function to properly dequeue a previously enqueued page
>   * before definitively releasing it back to the guest system.
> 


-- 
Thanks,

David / dhildenb


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

* [PATCH v2] mm/balloon_compaction: Fix trivial spelling
  2020-06-09 12:46 ` [PATCH 15/17] mm: " Kieran Bingham
  2020-06-09 14:03   ` David Hildenbrand
@ 2020-06-09 14:34   ` Kieran Bingham
  2020-06-09 16:32     ` Souptick Joarder
                       ` (2 more replies)
  1 sibling, 3 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 14:34 UTC (permalink / raw)
  To: Kieran Bingham, David Hildenbrand
  Cc: linux-renesas-soc, Kieran Bingham, Michael S. Tsirkin,
	Jason Wang, Andrew Morton, Jiri Kosina,
	open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
---
 mm/balloon_compaction.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
index 26de020aae7b..907fefde2572 100644
--- a/mm/balloon_compaction.c
+++ b/mm/balloon_compaction.c
@@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
 /**
  * balloon_page_list_dequeue() - removes pages from balloon's page list and
  *				 returns a list of the pages.
- * @b_dev_info: balloon device decriptor where we will grab a page from.
+ * @b_dev_info: balloon device descriptor where we will grab a page from.
  * @pages: pointer to the list of pages that would be returned to the caller.
  * @n_req_pages: number of requested pages.
  *
@@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
 /*
  * balloon_page_dequeue - removes a page from balloon's page list and returns
  *			  its address to allow the driver to release the page.
- * @b_dev_info: balloon device decriptor where we will grab a page from.
+ * @b_dev_info: balloon device descriptor where we will grab a page from.
  *
  * Driver must call this function to properly dequeue a previously enqueued page
  * before definitively releasing it back to the guest system.
-- 
2.25.1


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

* Re: [PATCH 02/17] drivers: infiniband: Fix trivial spelling
  2020-06-09 12:45 ` [PATCH 02/17] drivers: infiniband: " Kieran Bingham
@ 2020-06-09 15:53   ` Dennis Dalessandro
  0 siblings, 0 replies; 43+ messages in thread
From: Dennis Dalessandro @ 2020-06-09 15:53 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: linux-renesas-soc, Mike Marciniszyn, Doug Ledford,
	Jason Gunthorpe, Jiri Kosina, open list:HFI1 DRIVER, open list

On 6/9/2020 8:45 AM, Kieran Bingham 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>
> ---
>   drivers/infiniband/hw/hfi1/iowait.h      | 2 +-
>   drivers/infiniband/hw/hfi1/verbs_txreq.h | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h
> index 07847cb72169..d580aa17ae37 100644
> --- a/drivers/infiniband/hw/hfi1/iowait.h
> +++ b/drivers/infiniband/hw/hfi1/iowait.h
> @@ -399,7 +399,7 @@ static inline void iowait_get_priority(struct iowait *w)
>    * @wait_head: the wait queue
>    *
>    * This function is called to insert an iowait struct into a
> - * wait queue after a resource (eg, sdma decriptor or pio
> + * wait queue after a resource (eg, sdma descriptor or pio
>    * buffer) is run out.
>    */
>   static inline void iowait_queue(bool pkts_sent, struct iowait *w,
> diff --git a/drivers/infiniband/hw/hfi1/verbs_txreq.h b/drivers/infiniband/hw/hfi1/verbs_txreq.h
> index bfa6e081cb56..d2d526c5a756 100644
> --- a/drivers/infiniband/hw/hfi1/verbs_txreq.h
> +++ b/drivers/infiniband/hw/hfi1/verbs_txreq.h
> @@ -91,7 +91,7 @@ static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev,
>   	tx->mr = NULL;
>   	tx->sde = priv->s_sde;
>   	tx->psc = priv->s_sendcontext;
> -	/* so that we can test if the sdma decriptors are there */
> +	/* so that we can test if the sdma descriptors are there */
>   	tx->txreq.num_desc = 0;
>   	/* Set the header type */
>   	tx->phdr.hdr.hdr_type = priv->hdr_type;
> 

Thanks

Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>

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

* Re: [PATCH 11/17] drivers: infiniband: Fix trivial spelling
  2020-06-09 12:46 ` [PATCH 11/17] drivers: infiniband: " Kieran Bingham
@ 2020-06-09 15:54   ` Dennis Dalessandro
  2020-06-09 16:04     ` Kieran Bingham
  0 siblings, 1 reply; 43+ messages in thread
From: Dennis Dalessandro @ 2020-06-09 15:54 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: linux-renesas-soc, Mike Marciniszyn, Doug Ledford,
	Jason Gunthorpe, Jiri Kosina, open list:HFI1 DRIVER, open list

On 6/9/2020 8:46 AM, Kieran Bingham 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>
> ---
>   drivers/infiniband/hw/hfi1/ipoib_tx.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/hw/hfi1/ipoib_tx.c b/drivers/infiniband/hw/hfi1/ipoib_tx.c
> index 883cb9d48022..175290c56db9 100644
> --- a/drivers/infiniband/hw/hfi1/ipoib_tx.c
> +++ b/drivers/infiniband/hw/hfi1/ipoib_tx.c
> @@ -364,7 +364,7 @@ static struct ipoib_txreq *hfi1_ipoib_send_dma_common(struct net_device *dev,
>   	if (unlikely(!tx))
>   		return ERR_PTR(-ENOMEM);
>   
> -	/* so that we can test if the sdma decriptors are there */
> +	/* so that we can test if the sdma descriptors are there */
>   	tx->txreq.num_desc = 0;
>   	tx->priv = priv;
>   	tx->txq = txp->txq;
> 

Thanks

Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>

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

* Re: [PATCH 11/17] drivers: infiniband: Fix trivial spelling
  2020-06-09 15:54   ` Dennis Dalessandro
@ 2020-06-09 16:04     ` Kieran Bingham
  0 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-09 16:04 UTC (permalink / raw)
  To: Dennis Dalessandro, Kieran Bingham
  Cc: linux-renesas-soc, Mike Marciniszyn, Doug Ledford,
	Jason Gunthorpe, Jiri Kosina, open list:HFI1 DRIVER, open list

Ooops,

Looks like that should have been part of patch 2/17.

Must have got split during the rebase I made or something, not sure.

On 09/06/2020 16:54, Dennis Dalessandro wrote:
> On 6/9/2020 8:46 AM, Kieran Bingham 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>
>> ---
>>   drivers/infiniband/hw/hfi1/ipoib_tx.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> b/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> index 883cb9d48022..175290c56db9 100644
>> --- a/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> +++ b/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> @@ -364,7 +364,7 @@ static struct ipoib_txreq
>> *hfi1_ipoib_send_dma_common(struct net_device *dev,
>>       if (unlikely(!tx))
>>           return ERR_PTR(-ENOMEM);
>>   -    /* so that we can test if the sdma decriptors are there */
>> +    /* so that we can test if the sdma descriptors are there */
>>       tx->txreq.num_desc = 0;
>>       tx->priv = priv;
>>       tx->txq = txp->txq;
>>
> 
> Thanks
> 
> Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>

Thanks.

Kieran





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

* Re: [PATCH 17/17] scripts/spelling.txt: Add descriptors correction
  2020-06-09 12:46 ` [PATCH 17/17] scripts/spelling.txt: Add descriptors correction Kieran Bingham
@ 2020-06-09 16:08   ` Joe Perches
  2020-06-10  9:09     ` Kieran Bingham
  0 siblings, 1 reply; 43+ messages in thread
From: Joe Perches @ 2020-06-09 16:08 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: linux-renesas-soc, Andrew Morton, Colin Ian King,
	Geert Uytterhoeven, Xiong, Chris Paterson, Paul Walmsley,
	Luca Ceresoli, Jonathan Neuschäfer, open list

On Tue, 2020-06-09 at 13:46 +0100, Kieran Bingham wrote:
> After coming across the s/decriptors/descriptors/ spelling error twice,
> a scan of the tree showed it was a pervasive mistake.
[]
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
[]
> @@ -404,6 +404,7 @@ decendants||descendants
>  decompres||decompress
>  decsribed||described
>  decription||description
> +decriptors||descriptors

spelling.txt does not check singular and plural
uses unless each is described separately so please
add the singular one too:

decriptor|descriptor

$ git grep -i -w decriptor | wc -l
18
$ git grep -i -w decriptors | wc -l
12


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

* Re: [PATCH v2] mm/balloon_compaction: Fix trivial spelling
  2020-06-09 14:34   ` [PATCH v2] mm/balloon_compaction: " Kieran Bingham
@ 2020-06-09 16:32     ` Souptick Joarder
  2020-06-09 16:35       ` Souptick Joarder
  2020-06-09 16:37     ` Michael S. Tsirkin
  2020-06-10  9:00     ` Sergei Shtylyov
  2 siblings, 1 reply; 43+ messages in thread
From: Souptick Joarder @ 2020-06-09 16:32 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, David Hildenbrand, linux-renesas-soc,
	Michael S. Tsirkin, Jason Wang, Andrew Morton, Jiri Kosina,
	open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

On Tue, Jun 9, 2020 at 8:04 PM Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
>
> The word 'descriptor' is misspelled throughout the tree.

I think, *throughout the tree* is not appropriate* here. This patch
has fixed it within the file. With that,

Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

>
> Fix it up accordingly:
>     decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Reviewed-by: David Hildenbrand <david@redhat.com>
> ---
>  mm/balloon_compaction.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
> index 26de020aae7b..907fefde2572 100644
> --- a/mm/balloon_compaction.c
> +++ b/mm/balloon_compaction.c
> @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
>  /**
>   * balloon_page_list_dequeue() - removes pages from balloon's page list and
>   *                              returns a list of the pages.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>   * @pages: pointer to the list of pages that would be returned to the caller.
>   * @n_req_pages: number of requested pages.
>   *
> @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
>  /*
>   * balloon_page_dequeue - removes a page from balloon's page list and returns
>   *                       its address to allow the driver to release the page.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>   *
>   * Driver must call this function to properly dequeue a previously enqueued page
>   * before definitively releasing it back to the guest system.
> --
> 2.25.1
>
>

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

* Re: [PATCH v2] mm/balloon_compaction: Fix trivial spelling
  2020-06-09 16:32     ` Souptick Joarder
@ 2020-06-09 16:35       ` Souptick Joarder
  0 siblings, 0 replies; 43+ messages in thread
From: Souptick Joarder @ 2020-06-09 16:35 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, David Hildenbrand, linux-renesas-soc,
	Michael S. Tsirkin, Jason Wang, Andrew Morton, Jiri Kosina,
	open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

On Tue, Jun 9, 2020 at 10:02 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> On Tue, Jun 9, 2020 at 8:04 PM Kieran Bingham
> <kieran.bingham+renesas@ideasonboard.com> wrote:
> >
> > The word 'descriptor' is misspelled throughout the tree.
>
> I think, *throughout the tree* is not appropriate* here. This patch
> has fixed it within the file. With that,

Sorry, I read the mail thread in a wrong way. You are right.

>
> Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
>
> >
> > Fix it up accordingly:
> >     decriptors -> descriptors
> >
> > Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> > Reviewed-by: David Hildenbrand <david@redhat.com>
> > ---
> >  mm/balloon_compaction.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
> > index 26de020aae7b..907fefde2572 100644
> > --- a/mm/balloon_compaction.c
> > +++ b/mm/balloon_compaction.c
> > @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
> >  /**
> >   * balloon_page_list_dequeue() - removes pages from balloon's page list and
> >   *                              returns a list of the pages.
> > - * @b_dev_info: balloon device decriptor where we will grab a page from.
> > + * @b_dev_info: balloon device descriptor where we will grab a page from.
> >   * @pages: pointer to the list of pages that would be returned to the caller.
> >   * @n_req_pages: number of requested pages.
> >   *
> > @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
> >  /*
> >   * balloon_page_dequeue - removes a page from balloon's page list and returns
> >   *                       its address to allow the driver to release the page.
> > - * @b_dev_info: balloon device decriptor where we will grab a page from.
> > + * @b_dev_info: balloon device descriptor where we will grab a page from.
> >   *
> >   * Driver must call this function to properly dequeue a previously enqueued page
> >   * before definitively releasing it back to the guest system.
> > --
> > 2.25.1
> >
> >

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

* Re: [PATCH v2] mm/balloon_compaction: Fix trivial spelling
  2020-06-09 14:34   ` [PATCH v2] mm/balloon_compaction: " Kieran Bingham
  2020-06-09 16:32     ` Souptick Joarder
@ 2020-06-09 16:37     ` Michael S. Tsirkin
  2020-06-10  9:00     ` Sergei Shtylyov
  2 siblings, 0 replies; 43+ messages in thread
From: Michael S. Tsirkin @ 2020-06-09 16:37 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, David Hildenbrand, linux-renesas-soc, Jason Wang,
	Andrew Morton, Jiri Kosina,
	open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

On Tue, Jun 09, 2020 at 03:34:12PM +0100, Kieran Bingham 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>
> Reviewed-by: David Hildenbrand <david@redhat.com>

Acked-by: Michael S. Tsirkin <mst@redhat.com>

Trivial tree pls.

> ---
>  mm/balloon_compaction.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
> index 26de020aae7b..907fefde2572 100644
> --- a/mm/balloon_compaction.c
> +++ b/mm/balloon_compaction.c
> @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
>  /**
>   * balloon_page_list_dequeue() - removes pages from balloon's page list and
>   *				 returns a list of the pages.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>   * @pages: pointer to the list of pages that would be returned to the caller.
>   * @n_req_pages: number of requested pages.
>   *
> @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
>  /*
>   * balloon_page_dequeue - removes a page from balloon's page list and returns
>   *			  its address to allow the driver to release the page.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>   *
>   * Driver must call this function to properly dequeue a previously enqueued page
>   * before definitively releasing it back to the guest system.
> -- 
> 2.25.1


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

* Re: [PATCH v2] mm/balloon_compaction: Fix trivial spelling
  2020-06-09 14:34   ` [PATCH v2] mm/balloon_compaction: " Kieran Bingham
  2020-06-09 16:32     ` Souptick Joarder
  2020-06-09 16:37     ` Michael S. Tsirkin
@ 2020-06-10  9:00     ` Sergei Shtylyov
  2020-06-10  9:06       ` Kieran Bingham
  2 siblings, 1 reply; 43+ messages in thread
From: Sergei Shtylyov @ 2020-06-10  9:00 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham, David Hildenbrand
  Cc: linux-renesas-soc, Michael S. Tsirkin, Jason Wang, Andrew Morton,
	Jiri Kosina, open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

Hello!

On 09.06.2020 17:34, Kieran Bingham wrote:

> The word 'descriptor' is misspelled throughout the tree.
> 
> Fix it up accordingly:
>      decriptors -> descriptors

       decriptor -> descriptor really. ;-)

> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Reviewed-by: David Hildenbrand <david@redhat.com>
> ---
>   mm/balloon_compaction.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
> index 26de020aae7b..907fefde2572 100644
> --- a/mm/balloon_compaction.c
> +++ b/mm/balloon_compaction.c
> @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
>   /**
>    * balloon_page_list_dequeue() - removes pages from balloon's page list and
>    *				 returns a list of the pages.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>    * @pages: pointer to the list of pages that would be returned to the caller.
>    * @n_req_pages: number of requested pages.
>    *
> @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
>   /*
>    * balloon_page_dequeue - removes a page from balloon's page list and returns
>    *			  its address to allow the driver to release the page.
> - * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @b_dev_info: balloon device descriptor where we will grab a page from.
>    *
>    * Driver must call this function to properly dequeue a previously enqueued page
>    * before definitively releasing it back to the guest system.

MBR, Sergei

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

* Re: [PATCH v2] mm/balloon_compaction: Fix trivial spelling
  2020-06-10  9:00     ` Sergei Shtylyov
@ 2020-06-10  9:06       ` Kieran Bingham
  0 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-10  9:06 UTC (permalink / raw)
  To: Sergei Shtylyov, Kieran Bingham, David Hildenbrand
  Cc: linux-renesas-soc, Michael S. Tsirkin, Jason Wang, Andrew Morton,
	Jiri Kosina, open list:VIRTIO CORE AND NET DRIVERS,
	open list:MEMORY MANAGEMENT, open list

Hi Sergei,

On 10/06/2020 10:00, Sergei Shtylyov wrote:
> Hello!
> 
> On 09.06.2020 17:34, Kieran Bingham wrote:
> 
>> The word 'descriptor' is misspelled throughout the tree.
>>
>> Fix it up accordingly:
>>      decriptors -> descriptors
> 
>       decriptor -> descriptor really. ;-)

Ayeee ... that's what I get for doing a batch fixup ...

Which - I believe I probably actually did a sed conversion on decriptor,
anyway, so I'm not even sure why the commit messages ended up all
pluralised ;-)

Thanks for the highlight, I'll fix up in any resends.
--
Kieran



>> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>> Reviewed-by: David Hildenbrand <david@redhat.com>
>> ---
>>   mm/balloon_compaction.c | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
>> index 26de020aae7b..907fefde2572 100644
>> --- a/mm/balloon_compaction.c
>> +++ b/mm/balloon_compaction.c
>> @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
>>   /**
>>    * balloon_page_list_dequeue() - removes pages from balloon's page
>> list and
>>    *                 returns a list of the pages.
>> - * @b_dev_info: balloon device decriptor where we will grab a page from.
>> + * @b_dev_info: balloon device descriptor where we will grab a page
>> from.
>>    * @pages: pointer to the list of pages that would be returned to
>> the caller.
>>    * @n_req_pages: number of requested pages.
>>    *
>> @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
>>   /*
>>    * balloon_page_dequeue - removes a page from balloon's page list
>> and returns
>>    *              its address to allow the driver to release the page.
>> - * @b_dev_info: balloon device decriptor where we will grab a page from.
>> + * @b_dev_info: balloon device descriptor where we will grab a page
>> from.
>>    *
>>    * Driver must call this function to properly dequeue a previously
>> enqueued page
>>    * before definitively releasing it back to the guest system.
> 
> MBR, Sergei


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

* Re: [PATCH 17/17] scripts/spelling.txt: Add descriptors correction
  2020-06-09 16:08   ` Joe Perches
@ 2020-06-10  9:09     ` Kieran Bingham
  0 siblings, 0 replies; 43+ messages in thread
From: Kieran Bingham @ 2020-06-10  9:09 UTC (permalink / raw)
  To: Joe Perches, Kieran Bingham
  Cc: linux-renesas-soc, Andrew Morton, Colin Ian King,
	Geert Uytterhoeven, Xiong, Chris Paterson, Paul Walmsley,
	Luca Ceresoli, Jonathan Neuschäfer, open list

Hi Joe,

On 09/06/2020 17:08, Joe Perches wrote:
> On Tue, 2020-06-09 at 13:46 +0100, Kieran Bingham wrote:
>> After coming across the s/decriptors/descriptors/ spelling error twice,
>> a scan of the tree showed it was a pervasive mistake.
> []
>> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> []
>> @@ -404,6 +404,7 @@ decendants||descendants
>>  decompres||decompress
>>  decsribed||described
>>  decription||description
>> +decriptors||descriptors
> 
> spelling.txt does not check singular and plural
> uses unless each is described separately so please
> add the singular one too:
> 
> decriptor|descriptor
> 
> $ git grep -i -w decriptor | wc -l
> 18
> $ git grep -i -w decriptors | wc -l
> 12

I believe my conversion was based on the non-pluralised version, so I
think I changed all occurences, but then foolishly somehow ended up
using the plural for the commit message, which translated into being the
entry I put in spelling.txt. Sorry ... :-S

I'll fix up, and re-validate any missing fixups after the rebase. I
think I originally did this at about v5.0, and I already picked up a
couple extra when I did the rebase, and now you've highlighted the
plural - I bet I missed some non-plural versions too ;-)

Will re-check and correct.

Thanks.

--
Kieran




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

* Re: [PATCH 08/17] drivers: gpu: drm: Fix trivial spelling
  2020-06-09 12:46 ` [PATCH 08/17] drivers: gpu: drm: " Kieran Bingham
@ 2020-06-10 15:32   ` Daniel Vetter
  0 siblings, 0 replies; 43+ messages in thread
From: Daniel Vetter @ 2020-06-10 15:32 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, linux-renesas-soc, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter,
	Jiri Kosina, open list:DRM DRIVERS, open list

On Tue, Jun 09, 2020 at 01:46:01PM +0100, Kieran Bingham 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>

Queued for 5.9, thanks for your patch.
-Daniel

> ---
>  drivers/gpu/drm/drm_dp_helper.c | 2 +-
>  include/drm/drm_dp_helper.h     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
> index 19c99dddcb99..8f1b329df16d 100644
> --- a/drivers/gpu/drm/drm_dp_helper.c
> +++ b/drivers/gpu/drm/drm_dp_helper.c
> @@ -1365,7 +1365,7 @@ EXPORT_SYMBOL(drm_dp_get_edid_quirks);
>  /**
>   * drm_dp_read_desc - read sink/branch descriptor from DPCD
>   * @aux: DisplayPort AUX channel
> - * @desc: Device decriptor to fill from DPCD
> + * @desc: Device descriptor to fill from DPCD
>   * @is_branch: true for branch devices, false for sink devices
>   *
>   * Read DPCD 0x400 (sink) or 0x500 (branch) into @desc. Also debug log the
> diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
> index 2035ac44afde..1165ec105638 100644
> --- a/include/drm/drm_dp_helper.h
> +++ b/include/drm/drm_dp_helper.h
> @@ -1701,7 +1701,7 @@ enum drm_dp_quirk {
>  
>  /**
>   * drm_dp_has_quirk() - does the DP device have a specific quirk
> - * @desc: Device decriptor filled by drm_dp_read_desc()
> + * @desc: Device descriptor filled by drm_dp_read_desc()
>   * @edid_quirks: Optional quirk bitmask filled by drm_dp_get_edid_quirks()
>   * @quirk: Quirk to query for
>   *
> -- 
> 2.25.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [PATCH 03/17] drivers: gpio: Fix trivial spelling
  2020-06-09 12:45 ` [PATCH 03/17] drivers: gpio: " Kieran Bingham
@ 2020-06-15  8:16   ` Bartosz Golaszewski
  0 siblings, 0 replies; 43+ messages in thread
From: Bartosz Golaszewski @ 2020-06-15  8:16 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, Linux-Renesas, Linus Walleij, Jiri Kosina,
	open list:GPIO SUBSYSTEM, open list

wt., 9 cze 2020 o 14:46 Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> napisał(a):
>
> 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/gpio/TODO | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO
> index b989c9352da2..e560e45e84f8 100644
> --- a/drivers/gpio/TODO
> +++ b/drivers/gpio/TODO
> @@ -5,7 +5,7 @@ subsystem.
>  GPIO descriptors
>
>  Starting with commit 79a9becda894 the GPIO subsystem embarked on a journey
> -to move away from the global GPIO numberspace and toward a decriptor-based
> +to move away from the global GPIO numberspace and toward a descriptor-based
>  approach. This means that GPIO consumers, drivers and machine descriptions
>  ideally have no use or idea of the global GPIO numberspace that has/was
>  used in the inception of the GPIO subsystem.
> --
> 2.25.1
>

Patch applied, thanks!

Bartosz

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

* Re: [PATCH 04/17] drivers: mtd: nand: raw: Fix trivial spelling
  2020-06-09 12:45 ` [PATCH 04/17] drivers: mtd: nand: raw: " Kieran Bingham
@ 2020-06-15  9:00   ` Miquel Raynal
  0 siblings, 0 replies; 43+ messages in thread
From: Miquel Raynal @ 2020-06-15  9:00 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: Miquel Raynal, Wenwen Wang, Jiri Kosina, Vignesh Raghavendra,
	Greg Kroah-Hartman, Richard Weinberger, open list,
	linux-renesas-soc, open list:NAND FLASH SUBSYSTEM,
	Thomas Gleixner, Allison Randal

On Tue, 2020-06-09 at 12:45:57 UTC, Kieran Bingham 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>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel

^ permalink raw reply	[flat|nested] 43+ 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
                   ` (16 preceding siblings ...)
  2020-06-09 12:46 ` [PATCH 17/17] scripts/spelling.txt: Add descriptors correction Kieran Bingham
@ 2020-06-15 18:58 ` Jason Gunthorpe
  2020-06-15 23:41 ` Mark Brown
  2020-06-16  3:59 ` Martin K. Petersen
  19 siblings, 0 replies; 43+ 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] 43+ 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
                   ` (17 preceding siblings ...)
  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
  19 siblings, 0 replies; 43+ 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] 43+ 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
                   ` (18 preceding siblings ...)
  2020-06-15 23:41 ` Mark Brown
@ 2020-06-16  3:59 ` Martin K. Petersen
  19 siblings, 0 replies; 43+ 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] 43+ messages in thread

* Re: [PATCH 07/17] drivers: usb: Fix trivial spelling
  2020-06-09 12:46 ` [PATCH 07/17] drivers: usb: " Kieran Bingham
@ 2020-06-18  8:21   ` Greg Kroah-Hartman
  2020-06-18  8:52     ` Kieran Bingham
  0 siblings, 1 reply; 43+ messages in thread
From: Greg Kroah-Hartman @ 2020-06-18  8:21 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, linux-renesas-soc, Jiri Kosina,
	open list:USB SUBSYSTEM, open list

On Tue, Jun 09, 2020 at 01:46:00PM +0100, Kieran Bingham 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>
> ---
>  drivers/usb/core/of.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
> index 651708d8c908..617e92569b2c 100644
> --- a/drivers/usb/core/of.c
> +++ b/drivers/usb/core/of.c
> @@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(usb_of_get_device_node);
>   *
>   * Determine whether a USB device has a so called combined node which is
>   * shared with its sole interface. This is the case if and only if the device
> - * has a node and its decriptors report the following:
> + * has a node and its descriptors report the following:
>   *
>   *	1) bDeviceClass is 0 or 9, and
>   *	2) bNumConfigurations is 1, and
> -- 
> 2.25.1
> 

Already fixed in Linus's tree :(

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

* Re: [PATCH 07/17] drivers: usb: Fix trivial spelling
  2020-06-18  8:21   ` Greg Kroah-Hartman
@ 2020-06-18  8:52     ` Kieran Bingham
  2020-06-18  9:43       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 43+ messages in thread
From: Kieran Bingham @ 2020-06-18  8:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Kieran Bingham, linux-renesas-soc, Jiri Kosina,
	open list:USB SUBSYSTEM, open list

Hi Greg,

On 18/06/2020 09:21, Greg Kroah-Hartman wrote:
> On Tue, Jun 09, 2020 at 01:46:00PM +0100, Kieran Bingham 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>
>> ---
>>  drivers/usb/core/of.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
>> index 651708d8c908..617e92569b2c 100644
>> --- a/drivers/usb/core/of.c
>> +++ b/drivers/usb/core/of.c
>> @@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(usb_of_get_device_node);
>>   *
>>   * Determine whether a USB device has a so called combined node which is
>>   * shared with its sole interface. This is the case if and only if the device
>> - * has a node and its decriptors report the following:
>> + * has a node and its descriptors report the following:
>>   *
>>   *	1) bDeviceClass is 0 or 9, and
>>   *	2) bNumConfigurations is 1, and
>> -- 
>> 2.25.1
>>
> 
> Already fixed in Linus's tree :(

Don't be sad - that makes me happy ;-) This was just a global fixup
while I added the correction to scripts/spelling.txt...

But wait, are you sure? I've just rebased this series on top of
1b5044021070 ("Merge tag 'dma-mapping-5.8-3' of
git://git.infradead.org/users/hch/dma-mapping"), and this still applies
for me ... Am I failing to pick up the latest branch from Linus?
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
looks like I'm on the latest, so I don't think so).

I see a bot-notification from you saying it's been added to your
usb-testing tree, so I'll assume this is all fine. No need to worry
though It's only a trivial and can get picked up by the trivial bot I
think if I resend when the dust settles.

Thanks

Kieran

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

* Re: [PATCH 07/17] drivers: usb: Fix trivial spelling
  2020-06-18  8:52     ` Kieran Bingham
@ 2020-06-18  9:43       ` Greg Kroah-Hartman
  0 siblings, 0 replies; 43+ messages in thread
From: Greg Kroah-Hartman @ 2020-06-18  9:43 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, linux-renesas-soc, Jiri Kosina,
	open list:USB SUBSYSTEM, open list

On Thu, Jun 18, 2020 at 09:52:28AM +0100, Kieran Bingham wrote:
> Hi Greg,
> 
> On 18/06/2020 09:21, Greg Kroah-Hartman wrote:
> > On Tue, Jun 09, 2020 at 01:46:00PM +0100, Kieran Bingham 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>
> >> ---
> >>  drivers/usb/core/of.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
> >> index 651708d8c908..617e92569b2c 100644
> >> --- a/drivers/usb/core/of.c
> >> +++ b/drivers/usb/core/of.c
> >> @@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(usb_of_get_device_node);
> >>   *
> >>   * Determine whether a USB device has a so called combined node which is
> >>   * shared with its sole interface. This is the case if and only if the device
> >> - * has a node and its decriptors report the following:
> >> + * has a node and its descriptors report the following:
> >>   *
> >>   *	1) bDeviceClass is 0 or 9, and
> >>   *	2) bNumConfigurations is 1, and
> >> -- 
> >> 2.25.1
> >>
> > 
> > Already fixed in Linus's tree :(
> 
> Don't be sad - that makes me happy ;-) This was just a global fixup
> while I added the correction to scripts/spelling.txt...
> 
> But wait, are you sure? I've just rebased this series on top of
> 1b5044021070 ("Merge tag 'dma-mapping-5.8-3' of
> git://git.infradead.org/users/hch/dma-mapping"), and this still applies
> for me ... Am I failing to pick up the latest branch from Linus?
> (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
> looks like I'm on the latest, so I don't think so).
> 
> I see a bot-notification from you saying it's been added to your
> usb-testing tree, so I'll assume this is all fine. No need to worry
> though It's only a trivial and can get picked up by the trivial bot I
> think if I resend when the dust settles.

Ah, I might have tried to apply this twice, sorry for the noise, all is
good...

greg k-h

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

* Re: [PATCH 12/17] drivers: devfreq: Fix trivial spelling
  2020-06-09 12:46 ` [PATCH 12/17] drivers: devfreq: " Kieran Bingham
@ 2020-07-03  0:38   ` Chanwoo Choi
  0 siblings, 0 replies; 43+ messages in thread
From: Chanwoo Choi @ 2020-07-03  0:38 UTC (permalink / raw)
  To: Kieran Bingham, Kieran Bingham
  Cc: linux-renesas-soc, MyungJoo Ham, Kyungmin Park, Jiri Kosina,
	open list:DEVICE FREQUENCY EVENT (DEVFREQ-EVENT),
	open list

On 6/9/20 9:46 PM, Kieran Bingham 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>
> ---
>  drivers/devfreq/devfreq-event.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
> index 8c31b0f2e28f..56efbeb7851e 100644
> --- a/drivers/devfreq/devfreq-event.c
> +++ b/drivers/devfreq/devfreq-event.c
> @@ -293,7 +293,7 @@ static void devfreq_event_release_edev(struct device *dev)
>  /**
>   * devfreq_event_add_edev() - Add new devfreq-event device.
>   * @dev		: the device owning the devfreq-event device being created
> - * @desc	: the devfreq-event device's decriptor which include essential
> + * @desc	: the devfreq-event device's descriptor which include essential
>   *		  data for devfreq-event device.
>   *
>   * Note that this function add new devfreq-event device to devfreq-event class
> @@ -385,7 +385,7 @@ static void devm_devfreq_event_release(struct device *dev, void *res)
>  /**
>   * devm_devfreq_event_add_edev() - Resource-managed devfreq_event_add_edev()
>   * @dev		: the device owning the devfreq-event device being created
> - * @desc	: the devfreq-event device's decriptor which include essential
> + * @desc	: the devfreq-event device's descriptor which include essential
>   *		  data for devfreq-event device.
>   *
>   * Note that this function manages automatically the memory of devfreq-event
> 

Applied it. Thanks.

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

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

* Re: [PATCH 05/17] drivers: net: Fix trivial spelling
  2020-06-09 12:45 ` [PATCH 05/17] drivers: net: " Kieran Bingham
@ 2020-07-15 10:22   ` Kalle Valo
       [not found]   ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
  1 sibling, 0 replies; 43+ 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] 43+ 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; 43+ 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] 43+ messages in thread

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

Thread overview: 43+ 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 01/17] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
2020-06-09 12:45 ` [PATCH 02/17] drivers: infiniband: " Kieran Bingham
2020-06-09 15:53   ` Dennis Dalessandro
2020-06-09 12:45 ` [PATCH 03/17] drivers: gpio: " Kieran Bingham
2020-06-15  8:16   ` Bartosz Golaszewski
2020-06-09 12:45 ` [PATCH 04/17] drivers: mtd: nand: raw: " Kieran Bingham
2020-06-15  9:00   ` Miquel Raynal
2020-06-09 12:45 ` [PATCH 05/17] drivers: net: " 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-09 12:45 ` [PATCH 06/17] drivers: scsi: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 07/17] drivers: usb: " Kieran Bingham
2020-06-18  8:21   ` Greg Kroah-Hartman
2020-06-18  8:52     ` Kieran Bingham
2020-06-18  9:43       ` Greg Kroah-Hartman
2020-06-09 12:46 ` [PATCH 08/17] drivers: gpu: drm: " Kieran Bingham
2020-06-10 15:32   ` Daniel Vetter
2020-06-09 12:46 ` [PATCH 09/17] drivers: regulator: " Kieran Bingham
2020-06-09 12:50   ` Mark Brown
2020-06-09 12:46 ` [PATCH 10/17] drivers: input: joystick: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 11/17] drivers: infiniband: " Kieran Bingham
2020-06-09 15:54   ` Dennis Dalessandro
2020-06-09 16:04     ` Kieran Bingham
2020-06-09 12:46 ` [PATCH 12/17] drivers: devfreq: " Kieran Bingham
2020-07-03  0:38   ` Chanwoo Choi
2020-06-09 12:46 ` [PATCH 13/17] include: dynamic_debug.h: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 14/17] kernel: trace: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 15/17] mm: " Kieran Bingham
2020-06-09 14:03   ` David Hildenbrand
2020-06-09 14:34   ` [PATCH v2] mm/balloon_compaction: " Kieran Bingham
2020-06-09 16:32     ` Souptick Joarder
2020-06-09 16:35       ` Souptick Joarder
2020-06-09 16:37     ` Michael S. Tsirkin
2020-06-10  9:00     ` Sergei Shtylyov
2020-06-10  9:06       ` Kieran Bingham
2020-06-09 12:46 ` [PATCH 16/17] regulator: gpio: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 17/17] scripts/spelling.txt: Add descriptors correction Kieran Bingham
2020-06-09 16:08   ` Joe Perches
2020-06-10  9:09     ` 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).