linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/
@ 2020-07-15 12:48 Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, linux-arm-kernel, linux-kernel, linux-input,
	netdev, ath10k, linux-wireless, 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 ;-)

V2: Posting before the merge windows close to pick up the last few
non-merged patches, and ideally - to get the actaul spelling.txt entry
picked up, and this time including trivial@kernel.org to let these get
head through that tree if required.

Cc: trivial@kernel.org
Cc: linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECTURES)
Cc: linux-kernel@vger.kernel.org (open list)
Cc: linux-input@vger.kernel.org (open list:INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN)...)
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: virtualization@lists.linux-foundation.org (open list:VIRTIO BALLOON)
Cc: linux-mm@kvack.org (open list:MEMORY MANAGEMENT)

Kieran Bingham (17):
  arch: arm: mach-davinci: Fix trivial spelling
  drivers: input: joystick: Fix trivial spelling
  drivers: net: wan: Fix trivial spelling
  drivers: net: wireless: Fix trivial spelling
  include: dynamic_debug.h: Fix trivial spelling
  kernel: trace: Fix trivial spelling
  mm/balloon_compaction: Fix trivial spelling
  scripts/spelling.txt: Add descriptors correction

 arch/arm/mach-davinci/board-da830-evm.c | 2 +-
 drivers/input/joystick/spaceball.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 +-
 include/linux/dynamic_debug.h           | 2 +-
 kernel/trace/trace_events.c             | 2 +-
 mm/balloon_compaction.c                 | 4 ++--
 scripts/spelling.txt                    | 2 ++
 10 files changed, 12 insertions(+), 10 deletions(-)

-- 
2.25.1


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

* [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-16  8:02   ` Bartosz Golaszewski
  2020-07-15 12:48 ` [PATCH v2 2/8] drivers: input: joystick: " Kieran Bingham
                   ` (6 subsequent siblings)
  7 siblings, 1 reply; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, Sekhar Nori, Bartosz Golaszewski, Russell King,
	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] 14+ messages in thread

* [PATCH v2 2/8] drivers: input: joystick: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 3/8] drivers: net: wan: " Kieran Bingham
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, Dmitry Torokhov, Gustavo A. R. Silva,
	open list:INPUT (KEYBOARD, MOUSE, JOYSTICK , TOUCHSCREEN)...,
	open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptor -> descriptor

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

---
v2:
 Fix commit message to reflect actual word replaced
---
 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 429411c6c0a8..dc9c1475229e 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] 14+ messages in thread

* [PATCH v2 3/8] drivers: net: wan: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 2/8] drivers: input: joystick: " Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-16  1:20   ` Jakub Kicinski
  2020-07-15 12:48 ` [PATCH v2 4/8] drivers: net: wireless: " Kieran Bingham
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, David S. Miller, Jakub Kicinski,
	Michael S. Tsirkin, Shannon Nelson, Colin Ian King,
	open list:NETWORKING DRIVERS, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptor -> descriptor

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
v2:
 - Fix commit message to reflect actual word replaced
---
 drivers/net/wan/lmc/lmc_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
      */
 
-- 
2.25.1


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

* [PATCH v2 4/8] drivers: net: wireless: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (2 preceding siblings ...)
  2020-07-15 12:48 ` [PATCH v2 3/8] drivers: net: wan: " Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-15 16:48   ` [PATCH v2 4/8] " Kalle Valo
  2020-07-15 12:48 ` [PATCH v2 5/8] include: dynamic_debug.h: " Kieran Bingham
                   ` (3 subsequent siblings)
  7 siblings, 1 reply; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, Kalle Valo, David S. Miller, Jakub Kicinski,
	Michael Ellerman, Wenwen Wang, Andrew Morton, Dan Carpenter,
	Alexey Dobriyan,
	open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER,
	open list:NETWORKING DRIVERS (WIRELESS),
	open list:NETWORKING 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/net/wireless/ath/ath10k/usb.c | 2 +-
 drivers/net/wireless/ath/ath6kl/usb.c | 2 +-
 drivers/net/wireless/cisco/airo.c     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

* [PATCH v2 5/8] include: dynamic_debug.h: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (3 preceding siblings ...)
  2020-07-15 12:48 ` [PATCH v2 4/8] drivers: net: wireless: " Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 6/8] kernel: trace: " Kieran Bingham
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial; +Cc: Kieran Bingham, Jason Baron, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptor -> descriptor

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
v2:
 - Fix commit message to reflect actual word replaced
---
 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] 14+ messages in thread

* [PATCH v2 6/8] kernel: trace: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (4 preceding siblings ...)
  2020-07-15 12:48 ` [PATCH v2 5/8] include: dynamic_debug.h: " Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 7/8] mm/balloon_compaction: " Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction Kieran Bingham
  7 siblings, 0 replies; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial; +Cc: Kieran Bingham, Steven Rostedt, Ingo Molnar, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptor -> descriptor

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
v2:
 - Fix commit message to reflect actual word replaced
---
 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 780cf3be35d1..5d68f4c46117 100644
--- a/kernel/trace/trace_events.c
+++ b/kernel/trace/trace_events.c
@@ -2479,7 +2479,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] 14+ messages in thread

* [PATCH v2 7/8] mm/balloon_compaction: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (5 preceding siblings ...)
  2020-07-15 12:48 ` [PATCH v2 6/8] kernel: trace: " Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction Kieran Bingham
  7 siblings, 0 replies; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, David Hildenbrand, Souptick Joarder,
	Michael S . Tsirkin, Andrew Morton, open list:VIRTIO BALLOON,
	open list:MEMORY MANAGEMENT, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptor -> descriptor

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
---
v2:
 - Fix commit message to reflect actual word replaced
---
 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] 14+ messages in thread

* [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
                   ` (6 preceding siblings ...)
  2020-07-15 12:48 ` [PATCH v2 7/8] mm/balloon_compaction: " Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  2020-07-15 12:53   ` SeongJae Park
  7 siblings, 1 reply; 14+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, Andrew Morton, Colin Ian King,
	Jonathan Neuschäfer, Xiong, SeongJae Park, Luca Ceresoli,
	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 in both singular
and plural form.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

---
v2:
 - Use both singular and plural form.
---
 scripts/spelling.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index c45e9afaab2d..c56a6c36e6f2 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -406,6 +406,8 @@ decendants||descendants
 decompres||decompress
 decsribed||described
 decription||description
+decriptor||descriptor
+decriptors||descriptors
 dectected||detected
 defailt||default
 deferal||deferral
-- 
2.25.1


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

* Re: [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction
  2020-07-15 12:48 ` [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction Kieran Bingham
@ 2020-07-15 12:53   ` SeongJae Park
  0 siblings, 0 replies; 14+ messages in thread
From: SeongJae Park @ 2020-07-15 12:53 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: trivial, Andrew Morton, Colin Ian King, Jonathan Neuschäfer,
	Xiong, SeongJae Park, Luca Ceresoli, open list

On Wed, 15 Jul 2020 13:48:39 +0100 Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> wrote:

> 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 in both singular
> and plural form.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Reviewed-by: SeongJae Park <sjpark@amazon.de>


Thanks,
SeongJae Park

> 
> ---
> v2:
>  - Use both singular and plural form.
> ---
>  scripts/spelling.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> index c45e9afaab2d..c56a6c36e6f2 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -406,6 +406,8 @@ decendants||descendants
>  decompres||decompress
>  decsribed||described
>  decription||description
> +decriptor||descriptor
> +decriptors||descriptors
>  dectected||detected
>  defailt||default
>  deferal||deferral
> -- 
> 2.25.1

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

* Re: [PATCH v2 4/8] wireless: Fix trivial spelling
  2020-07-15 12:48 ` [PATCH v2 4/8] drivers: net: wireless: " Kieran Bingham
@ 2020-07-15 16:48   ` Kalle Valo
  0 siblings, 0 replies; 14+ messages in thread
From: Kalle Valo @ 2020-07-15 16:48 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: trivial, Kieran Bingham, David S. Miller, Jakub Kicinski,
	Michael Ellerman, Wenwen Wang, Andrew Morton, Dan Carpenter,
	Alexey Dobriyan,
	open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER,
	open list:NETWORKING DRIVERS (WIRELESS),
	open list:NETWORKING DRIVERS, open list

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>

Patch applied to wireless-drivers-next.git, thanks.

0e20c3e10333 wireless: Fix trivial spelling

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

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


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

* Re: [PATCH v2 3/8] drivers: net: wan: Fix trivial spelling
  2020-07-15 12:48 ` [PATCH v2 3/8] drivers: net: wan: " Kieran Bingham
@ 2020-07-16  1:20   ` Jakub Kicinski
  0 siblings, 0 replies; 14+ messages in thread
From: Jakub Kicinski @ 2020-07-16  1:20 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: trivial, David S. Miller, Michael S. Tsirkin, Shannon Nelson,
	Colin Ian King, open list:NETWORKING DRIVERS, open list

On Wed, 15 Jul 2020 13:48:34 +0100 Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
> 
> Fix it up accordingly:
>     decriptor -> descriptor
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Applied to net-next.

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

* Re: [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling
  2020-07-15 12:48 ` [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
@ 2020-07-16  8:02   ` Bartosz Golaszewski
  2020-07-21 18:16     ` Sekhar Nori
  0 siblings, 1 reply; 14+ messages in thread
From: Bartosz Golaszewski @ 2020-07-16  8:02 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Jiri Kosina, Sekhar Nori, Russell King,
	moderated list:ARM SUB-ARCHITECTURES, open list

On Wed, Jul 15, 2020 at 2:48 PM 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>
> ---
>  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
>

Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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

* Re: [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling
  2020-07-16  8:02   ` Bartosz Golaszewski
@ 2020-07-21 18:16     ` Sekhar Nori
  0 siblings, 0 replies; 14+ messages in thread
From: Sekhar Nori @ 2020-07-21 18:16 UTC (permalink / raw)
  To: Bartosz Golaszewski, Kieran Bingham
  Cc: Jiri Kosina, Russell King, moderated list:ARM SUB-ARCHITECTURES,
	open list

On 7/16/20 1:32 PM, Bartosz Golaszewski wrote:
> On Wed, Jul 15, 2020 at 2:48 PM 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>
>> ---
>>  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
>>
> 
> Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Fixed up subject prefix to "ARM: davinci: " for consistency, and applied.

Thanks,
Sekhar


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

end of thread, other threads:[~2020-07-21 18:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
2020-07-16  8:02   ` Bartosz Golaszewski
2020-07-21 18:16     ` Sekhar Nori
2020-07-15 12:48 ` [PATCH v2 2/8] drivers: input: joystick: " Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 3/8] drivers: net: wan: " Kieran Bingham
2020-07-16  1:20   ` Jakub Kicinski
2020-07-15 12:48 ` [PATCH v2 4/8] drivers: net: wireless: " Kieran Bingham
2020-07-15 16:48   ` [PATCH v2 4/8] " Kalle Valo
2020-07-15 12:48 ` [PATCH v2 5/8] include: dynamic_debug.h: " Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 6/8] kernel: trace: " Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 7/8] mm/balloon_compaction: " Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction Kieran Bingham
2020-07-15 12:53   ` SeongJae Park

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).