diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2020-07-15 13:48:35 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-07-15 19:48:14 +0300 |
commit | 0e20c3e10333326fc63646fa40b159eb88b7e8c8 (patch) | |
tree | 8dddcd42f5543562c55bd8de41007bf9ef1af83b /drivers/net/wireless/cisco | |
parent | 9018fd7f2a73e9b290f48a56b421558fa31e8b75 (diff) | |
download | lwn-0e20c3e10333326fc63646fa40b159eb88b7e8c8.tar.gz lwn-0e20c3e10333326fc63646fa40b159eb88b7e8c8.zip |
wireless: Fix trivial spelling
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
Diffstat (limited to 'drivers/net/wireless/cisco')
-rw-r--r-- | drivers/net/wireless/cisco/airo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/cisco/airo.c b/drivers/net/wireless/cisco/airo.c index f0bcb67095f1..726cb1bc86cd 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. |