wireless: Fix trivial spelling
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Wed, 15 Jul 2020 12:48:35 +0000 (13:48 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 15 Jul 2020 16:48:14 +0000 (19:48 +0300)
The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200715124839.252822-5-kieran.bingham+renesas@ideasonboard.com
drivers/net/wireless/ath/ath10k/usb.c
drivers/net/wireless/ath/ath6kl/usb.c
drivers/net/wireless/cisco/airo.c

index b7daf344d012edeafa3356a90b21d750cfb9ade1..05a620ff6fe2cc965cb3b6aa0b4ad381f4a36ab2 100644 (file)
@@ -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;
 
index 53b66e9434c99845dbbaa8b31aaa0e74e0a67fc8..5372e948e761d2b2f8f373a55a33e9c87969201f 100644 (file)
@@ -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;
 
index f0bcb67095f1898710b3f46ad309e30ada0609a7..726cb1bc86cd4e46c7950163282dc934efbec67f 100644 (file)
@@ -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.