The indent should be only one tab.

Signed-off-by: John Youn <johny...@synopsys.com>
---
 drivers/usb/dwc2/gadget.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/usb/dwc2/gadget.c b/drivers/usb/dwc2/gadget.c
index 09fadc26023f..559c01e591dc 100644
--- a/drivers/usb/dwc2/gadget.c
+++ b/drivers/usb/dwc2/gadget.c
@@ -3603,7 +3603,7 @@ static irqreturn_t dwc2_hsotg_irq(int irq, void *pw)
         */
 
        if (gintsts & IRQ_RETRY_MASK && --retry_count > 0)
-                       goto irq_retry;
+               goto irq_retry;
 
        spin_unlock(&hsotg->lock);
 
@@ -4037,7 +4037,7 @@ static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int 
value, bool now)
                        xfertype = epctl & DXEPCTL_EPTYPE_MASK;
                        if (xfertype == DXEPCTL_EPTYPE_BULK ||
                            xfertype == DXEPCTL_EPTYPE_INTERRUPT)
-                                       epctl |= DXEPCTL_SETD0PID;
+                               epctl |= DXEPCTL_SETD0PID;
                }
                dwc2_writel(epctl, hs->regs + epreg);
        } else {
@@ -4051,7 +4051,7 @@ static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int 
value, bool now)
                        xfertype = epctl & DXEPCTL_EPTYPE_MASK;
                        if (xfertype == DXEPCTL_EPTYPE_BULK ||
                            xfertype == DXEPCTL_EPTYPE_INTERRUPT)
-                                       epctl |= DXEPCTL_SETD0PID;
+                               epctl |= DXEPCTL_SETD0PID;
                }
                dwc2_writel(epctl, hs->regs + epreg);
        }
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to