Commit 0dcde508 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: dwc2: Fix typo in staging/dwc2

Correct spelling typo in comments
Singend-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent de2e487f
...@@ -564,7 +564,7 @@ void dwc2_core_host_init(struct dwc2_hsotg *hsotg) ...@@ -564,7 +564,7 @@ void dwc2_core_host_init(struct dwc2_hsotg *hsotg)
/* /*
* This bit allows dynamic reloading of the HFIR register during * This bit allows dynamic reloading of the HFIR register during
* runtime. This bit needs to be programmed during inital configuration * runtime. This bit needs to be programmed during initial configuration
* and its value must not be changed during runtime. * and its value must not be changed during runtime.
*/ */
if (hsotg->core_params->reload_ctl > 0) { if (hsotg->core_params->reload_ctl > 0) {
......
...@@ -251,12 +251,12 @@ void dwc2_hcd_qh_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) ...@@ -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 * @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) 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 * each periodic transaction plus at least one host channel for
* non-periodic transactions * non-periodic transactions
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment