[PATCH] usb: dwc2: Using tab instead of blank

From: Zeng Tao
Date: Fri Mar 19 2021 - 05:04:35 EST


Signed-off-by: Zeng Tao <prime.zeng@xxxxxxxxxxxxx>
---
drivers/usb/dwc2/gadget.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc2/gadget.c b/drivers/usb/dwc2/gadget.c
index ad4c943..53406f0 100644
--- a/drivers/usb/dwc2/gadget.c
+++ b/drivers/usb/dwc2/gadget.c
@@ -3380,7 +3380,7 @@ void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *hsotg,

/* remove the HNP/SRP and set the PHY */
usbcfg &= ~(GUSBCFG_SRPCAP | GUSBCFG_HNPCAP);
- dwc2_writel(hsotg, usbcfg, GUSBCFG);
+ dwc2_writel(hsotg, usbcfg, GUSBCFG);

dwc2_phy_init(hsotg, true);

--
2.8.1