Commit 53b0c69f authored by Tom Rix's avatar Tom Rix Committed by Greg Kroah-Hartman

usb: gadget: tegra-xudc: clean up comments

Spelling replacements
endpiont to endpoint
Compliacne to Compliance
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220417130712.3932247-1-trix@redhat.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e707ec4d
...@@ -1434,7 +1434,7 @@ __tegra_xudc_ep_dequeue(struct tegra_xudc_ep *ep, ...@@ -1434,7 +1434,7 @@ __tegra_xudc_ep_dequeue(struct tegra_xudc_ep *ep,
return 0; return 0;
} }
/* Halt DMA for this endpiont. */ /* Halt DMA for this endpoint. */
if (ep_ctx_read_state(ep->context) == EP_STATE_RUNNING) { if (ep_ctx_read_state(ep->context) == EP_STATE_RUNNING) {
ep_pause(xudc, ep->index); ep_pause(xudc, ep->index);
ep_wait_for_inactive(xudc, ep->index); ep_wait_for_inactive(xudc, ep->index);
...@@ -3423,7 +3423,7 @@ static void tegra_xudc_device_params_init(struct tegra_xudc *xudc) ...@@ -3423,7 +3423,7 @@ static void tegra_xudc_device_params_init(struct tegra_xudc *xudc)
} }
/* /*
* Compliacne suite appears to be violating polling LFPS tBurst max * Compliance suite appears to be violating polling LFPS tBurst max
* of 1.4us. Send 1.45us instead. * of 1.4us. Send 1.45us instead.
*/ */
val = xudc_readl(xudc, SSPX_CORE_CNT32); val = xudc_readl(xudc, SSPX_CORE_CNT32);
......
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