summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2/hcd_queue.c
diff options
context:
space:
mode:
authorMasanari Iida2013-09-13 16:34:36 +0200
committerGreg Kroah-Hartman2013-09-17 16:47:46 +0200
commit0dcde5084cc15b26ba9ed7ed049541f8a5d6d314 (patch)
tree1dc63d534cb5cca36d422b5ba7152a10aba31227 /drivers/staging/dwc2/hcd_queue.c
parentstaging: silicom: introduce bp_dev_get_idx_bsf() and use it (diff)
downloadkernel-qcow2-linux-0dcde5084cc15b26ba9ed7ed049541f8a5d6d314.tar.gz
kernel-qcow2-linux-0dcde5084cc15b26ba9ed7ed049541f8a5d6d314.tar.xz
kernel-qcow2-linux-0dcde5084cc15b26ba9ed7ed049541f8a5d6d314.zip
staging: dwc2: Fix typo in staging/dwc2
Correct spelling typo in comments Singend-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dwc2/hcd_queue.c')
-rw-r--r--drivers/staging/dwc2/hcd_queue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/dwc2/hcd_queue.c b/drivers/staging/dwc2/hcd_queue.c
index b1980ef28fa3..c09b2db2c89a 100644
--- a/drivers/staging/dwc2/hcd_queue.c
+++ b/drivers/staging/dwc2/hcd_queue.c
@@ -251,12 +251,12 @@ void dwc2_hcd_qh_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh)
*
* @hsotg: The HCD state structure for the DWC OTG controller
*
- * Return: 0 if successful, negative error code otherise
+ * Return: 0 if successful, negative error code otherwise
*/
static int dwc2_periodic_channel_available(struct dwc2_hsotg *hsotg)
{
/*
- * Currently assuming that there is a dedicated host channnel for
+ * Currently assuming that there is a dedicated host channel for
* each periodic transaction plus at least one host channel for
* non-periodic transactions
*/