summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
diff options
context:
space:
mode:
authorHe Fengqing <hefengqing@huawei.com>2021-03-16 04:14:30 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-18 09:02:27 +0100
commit064ece8d7ca78f7ee5470e553fd3cb71842e0115 (patch)
treeae4336624dda569a23ca307c7df08bc926fbd5e2 /drivers/usb/dwc3
parenta1aea351d4dbac820524af61764fb63d1eb26b5c (diff)
downloadlinux-064ece8d7ca78f7ee5470e553fd3cb71842e0115.tar.bz2
drivers: usb: Fix a typo in dwc3-qcom.c
This patch fix a spelling typo in dwc3-qcom.c Signed-off-by: He Fengqing <hefengqing@huawei.com> Link: https://lore.kernel.org/r/20210316041430.2203546-1-hefengqing@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r--drivers/usb/dwc3/dwc3-qcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c
index fcaf04483ad0..5149dea68a5c 100644
--- a/drivers/usb/dwc3/dwc3-qcom.c
+++ b/drivers/usb/dwc3/dwc3-qcom.c
@@ -235,7 +235,7 @@ static int dwc3_qcom_interconnect_disable(struct dwc3_qcom *qcom)
/**
* dwc3_qcom_interconnect_init() - Get interconnect path handles
- * and set bandwidhth.
+ * and set bandwidth.
* @qcom: Pointer to the concerned usb core.
*
*/