* [PATCH 05/17] drivers: net: Fix trivial spelling
2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
@ 2020-06-09 12:45 ` Kieran Bingham
2020-07-15 10:22 ` Kalle Valo
[not found] ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
2020-06-15 18:58 ` [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Jason Gunthorpe
` (2 subsequent siblings)
3 siblings, 2 replies; 7+ messages in thread
From: Kieran Bingham @ 2020-06-09 12:45 UTC (permalink / raw)
To: Kieran Bingham
Cc: Stephen Rothwell, Wenwen Wang, Jiri Kosina, Michael S. Tsirkin,
Michael Ellerman, Martin Habets,
open list:NETWORKING DRIVERS WIRELESS, open list,
open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER, Ard Biesheuvel,
linux-renesas-soc, Eric Dumazet, Kieran Bingham, Alexey Dobriyan,
Colin Ian King, Dan Carpenter, Jakub Kicinski,
open list:NETWORKING DRIVERS, Shannon Nelson, David S. Miller,
Kalle Valo
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
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH 05/17] drivers: net: Fix trivial spelling
2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
@ 2020-07-15 10:22 ` Kalle Valo
[not found] ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
1 sibling, 0 replies; 7+ messages in thread
From: Kalle Valo @ 2020-07-15 10:22 UTC (permalink / raw)
To: Kieran Bingham
Cc: Stephen Rothwell, Wenwen Wang, Jiri Kosina, Michael S. Tsirkin,
Michael Ellerman, Martin Habets, open list, Kieran Bingham,
open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER, Ard Biesheuvel,
linux-renesas-soc, Eric Dumazet, Alexey Dobriyan, Colin Ian King,
open list:NETWORKING DRIVERS WIRELESS, Jakub Kicinski,
open list:NETWORKING DRIVERS, Shannon Nelson, David S. Miller,
Dan Carpenter
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
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 7+ messages in thread[parent not found: <20200715102209.C9012C433A1@smtp.codeaurora.org>]
* Re: [PATCH 05/17] drivers: net: Fix trivial spelling
[not found] ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
@ 2020-07-15 12:52 ` Kieran Bingham
0 siblings, 0 replies; 7+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:52 UTC (permalink / raw)
To: Kalle Valo
Cc: Stephen Rothwell, Wenwen Wang, Jiri Kosina, Michael S. Tsirkin,
Michael Ellerman, Martin Habets, open list, Kieran Bingham,
open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER, Ard Biesheuvel,
linux-renesas-soc, Eric Dumazet, open list:NETWORKING DRIVERS,
Alexey Dobriyan, Colin Ian King,
open list:NETWORKING DRIVERS (WIRELESS), Jakub Kicinski,
Shannon Nelson, David S. Miller, Dan Carpenter
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
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 00/17] spelling.txt: /decriptors/descriptors/
2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
@ 2020-06-15 18:58 ` Jason Gunthorpe
2020-06-15 23:41 ` Mark Brown
2020-06-16 3:59 ` Martin K. Petersen
3 siblings, 0 replies; 7+ messages in thread
From: Jason Gunthorpe @ 2020-06-15 18:58 UTC (permalink / raw)
To: Kieran Bingham
Cc: linux-scsi, linux-pm, linux-rdma, netdev, linux-usb,
linux-wireless, Kieran Bingham, dri-devel, linux-kernel,
linux-renesas-soc, linux-gpio, linux-mtd, ath10k, linux-input,
virtualization, linuxppc-dev, linux-mm, linux-arm-kernel
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
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 00/17] spelling.txt: /decriptors/descriptors/
2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
2020-06-09 12:45 ` [PATCH 05/17] drivers: net: Fix trivial spelling Kieran Bingham
2020-06-15 18:58 ` [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Jason Gunthorpe
@ 2020-06-15 23:41 ` Mark Brown
2020-06-16 3:59 ` Martin K. Petersen
3 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2020-06-15 23:41 UTC (permalink / raw)
To: Kieran Bingham, Kieran Bingham
Cc: linux-usb, linux-scsi, linux-mm, linux-rdma, netdev, linux-pm,
linux-wireless, linux-kernel, ath10k, virtualization,
linux-renesas-soc, linux-gpio, linux-mtd, dri-devel, linux-input,
linuxppc-dev, linux-arm-kernel
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
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 00/17] spelling.txt: /decriptors/descriptors/
2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
` (2 preceding siblings ...)
2020-06-15 23:41 ` Mark Brown
@ 2020-06-16 3:59 ` Martin K. Petersen
3 siblings, 0 replies; 7+ messages in thread
From: Martin K. Petersen @ 2020-06-16 3:59 UTC (permalink / raw)
To: Kieran Bingham, Kieran Bingham
Cc: linux-scsi, Martin K . Petersen, linux-pm, linux-rdma, netdev,
linux-gpio, linux-usb, linux-wireless, linux-kernel, dri-devel,
virtualization, linux-renesas-soc, linux-mm, linux-mtd, ath10k,
linux-input, linuxppc-dev, linux-arm-kernel
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
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 7+ messages in thread