summaryrefslogtreecommitdiff
path: root/include/linux/usb/quirks.h
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2021-05-17 17:40:20 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-21 20:05:31 +0200
commit24bb0076d7bc0ea4caf0af55bd0273a1c343748a (patch)
tree03236e371d3aefce432112e5b2a37050c7d57316 /include/linux/usb/quirks.h
parentddaf0d6dc4671e88c72227fad68ecc45e7274559 (diff)
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/quirks.h')
-rw-r--r--include/linux/usb/quirks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/quirks.h b/include/linux/usb/quirks.h
index 5e4c497f54d6..eeb7c2157c72 100644
--- a/include/linux/usb/quirks.h
+++ b/include/linux/usb/quirks.h
@@ -32,7 +32,7 @@
#define USB_QUIRK_DELAY_INIT BIT(6)
/*
- * For high speed and super speed interupt endpoints, the USB 2.0 and
+ * For high speed and super speed interrupt endpoints, the USB 2.0 and
* USB 3.0 spec require the interval in microframes
* (1 microframe = 125 microseconds) to be calculated as
* interval = 2 ^ (bInterval-1).