linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: dwc2: Using tab instead of blank
@ 2021-03-19  9:00 Zeng Tao
  2021-03-19  9:09 ` Minas Harutyunyan
  2021-03-19  9:31 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Zeng Tao @ 2021-03-19  9:00 UTC (permalink / raw)
  To: hminas; +Cc: linuxarm, Zeng Tao, Greg Kroah-Hartman, linux-usb, linux-kernel

Signed-off-by: Zeng Tao <prime.zeng@hisilicon.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-22  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  9:00 [PATCH] usb: dwc2: Using tab instead of blank Zeng Tao
2021-03-19  9:09 ` Minas Harutyunyan
2021-03-19  9:31 ` Greg Kroah-Hartman
2021-03-22  9:44   ` 答复: " Zengtao (B)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).