projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1aea35
)
drivers: usb: Fix a typo in dwc3-qcom.c
author
He Fengqing
<hefengqing@huawei.com>
Tue, 16 Mar 2021 04:14:30 +0000
(
04:14
+0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 18 Mar 2021 08:02:27 +0000
(09:02 +0100)
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>
drivers/usb/dwc3/dwc3-qcom.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/dwc3-qcom.c
b/drivers/usb/dwc3/dwc3-qcom.c
index
fcaf044
..
5149dea
100644
(file)
--- 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 bandwid
h
th.
+ * and set bandwidth.
* @qcom: Pointer to the concerned usb core.
*
*/