2021-03-19 09:05:36

by Zengtao (B)

[permalink] [raw]
Subject: [PATCH] usb: dwc2: Using tab instead of blank

Signed-off-by: Zeng Tao <[email protected]>
---
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


2021-03-19 09:11:53

by Minas Harutyunyan

[permalink] [raw]
Subject: Re: [PATCH] usb: dwc2: Using tab instead of blank

On 3/19/2021 1:00 PM, Zeng Tao wrote:
> Signed-off-by: Zeng Tao <[email protected]>

Acked-by: Minas Harutyunyan <[email protected]>

> ---
> 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);
>
>

2021-03-19 09:33:19

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] usb: dwc2: Using tab instead of blank

On Fri, Mar 19, 2021 at 05:00:55PM +0800, Zeng Tao wrote:
> Signed-off-by: Zeng Tao <[email protected]>

I can not take patches without any changelog text, sorry.

greg k-h

2021-03-22 09:46:48

by Zengtao (B)

[permalink] [raw]
Subject: 答复: [PATCH] usb: dwc2: Using tab instead of blank

Hi Minas, greg k-h

Please ignore this patch, it's an incomplete version sent by mistake,
Sorry for the noise.

> -----?ʼ?ԭ??-----
> ??????: Greg Kroah-Hartman [mailto:[email protected]]
> ????ʱ??: 2021??3??19?? 17:32
> ?ռ???: Zengtao (B) <[email protected]>
> ????: [email protected]; Linuxarm <[email protected]>;
> [email protected]; [email protected]
> ????: Re: [PATCH] usb: dwc2: Using tab instead of blank
>
> On Fri, Mar 19, 2021 at 05:00:55PM +0800, Zeng Tao wrote:
> > Signed-off-by: Zeng Tao <[email protected]>
>
> I can not take patches without any changelog text, sorry.
>
> greg k-h