Commit 997f4f81 authored by Mickael Maison's avatar Mickael Maison Committed by Felipe Balbi

usb: dwc2: Fixed a few typos in comments

Fixed 3 typos in comments
Signed-off-by: default avatarMickael Maison <mickael.maison@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent d16cd0b8
...@@ -462,7 +462,7 @@ int dwc2_core_init(struct dwc2_hsotg *hsotg, bool select_phy, int irq) ...@@ -462,7 +462,7 @@ int dwc2_core_init(struct dwc2_hsotg *hsotg, bool select_phy, int irq)
dwc2_enable_common_interrupts(hsotg); dwc2_enable_common_interrupts(hsotg);
/* /*
* Do device or host intialization based on mode during PCD and * Do device or host initialization based on mode during PCD and
* HCD initialization * HCD initialization
*/ */
if (dwc2_is_host_mode(hsotg)) { if (dwc2_is_host_mode(hsotg)) {
......
...@@ -381,7 +381,7 @@ struct dwc2_core_params { ...@@ -381,7 +381,7 @@ struct dwc2_core_params {
* @power_optimized Are power optimizations enabled? * @power_optimized Are power optimizations enabled?
* @num_dev_ep Number of device endpoints available * @num_dev_ep Number of device endpoints available
* @num_dev_perio_in_ep Number of device periodic IN endpoints * @num_dev_perio_in_ep Number of device periodic IN endpoints
* avaialable * available
* @dev_token_q_depth Device Mode IN Token Sequence Learning Queue * @dev_token_q_depth Device Mode IN Token Sequence Learning Queue
* Depth * Depth
* 0 to 30 * 0 to 30
......
...@@ -65,7 +65,7 @@ static inline void __bic32(void __iomem *ptr, u32 val) ...@@ -65,7 +65,7 @@ static inline void __bic32(void __iomem *ptr, u32 val)
writel(readl(ptr) & ~val, ptr); writel(readl(ptr) & ~val, ptr);
} }
/* forward decleration of functions */ /* forward declaration of functions */
static void s3c_hsotg_dump(struct dwc2_hsotg *hsotg); static void s3c_hsotg_dump(struct dwc2_hsotg *hsotg);
/** /**
......
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