diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-17 17:40:20 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-21 20:05:31 +0200 |
commit | 24bb0076d7bc0ea4caf0af55bd0273a1c343748a (patch) | |
tree | 03236e371d3aefce432112e5b2a37050c7d57316 /include/linux/usb.h | |
parent | ddaf0d6dc4671e88c72227fad68ecc45e7274559 (diff) | |
download | linux-24bb0076d7bc0ea4caf0af55bd0273a1c343748a.tar.gz linux-24bb0076d7bc0ea4caf0af55bd0273a1c343748a.tar.bz2 linux-24bb0076d7bc0ea4caf0af55bd0273a1c343748a.zip |
usb: fix spelling mistakes in header files
Fix some spelling mistakes in comments:
trasfer ==> transfer
consumtion ==> consumption
endoint ==> endpoint
sharable ==> shareable
contraints ==> constraints
Auxilary ==> Auxiliary
correspondig ==> corresponding
interupt ==> interrupt
inifinite ==> infinite
assignement ==> assignment
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210517094020.7310-1-thunder.leizhen@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index eaae24217e8a..4db6b824af5c 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -1485,7 +1485,7 @@ typedef void (*usb_complete_t)(struct urb *); * * Note that transfer_buffer must still be set if the controller * does not support DMA (as indicated by hcd_uses_dma()) and when talking - * to root hub. If you have to trasfer between highmem zone and the device + * to root hub. If you have to transfer between highmem zone and the device * on such controller, create a bounce buffer or bail out with an error. * If transfer_buffer cannot be set (is in highmem) and the controller is DMA * capable, assign NULL to it, so that usbmon knows not to use the value. |