Skip to content

Commit

Permalink
wireless: Fix trivial spelling
Browse files Browse the repository at this point in the history
The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
kbingham authored and Kalle Valo committed Jul 15, 2020
1 parent 9018fd7 commit 0e20c3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath10k/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath6kl/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/cisco/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0e20c3e

Please sign in to comment.