diff mbox series

USB: musb: fix indentation issue on a return statement

Message ID 20190104175941.9669-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit fce11867472bf6710693bbe83f1fd9ab5fcc7f0e
Headers show
Series USB: musb: fix indentation issue on a return statement | expand

Commit Message

Colin King Jan. 4, 2019, 5:59 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

A return statement is indented one level too far, fix this by removing
a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/usb/musb/musb_host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Liu Jan. 7, 2019, 8:21 p.m. UTC | #1
Hi,


On Fri, Jan 04, 2019 at 05:59:41PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> A return statement is indented one level too far, fix this by removing
> a tab.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/usb/musb/musb_host.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Regards,
-Bin.
diff mbox series

Patch

diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c
index b59ce9ad14ce..0b1eb15b6b08 100644
--- a/drivers/usb/musb/musb_host.c
+++ b/drivers/usb/musb/musb_host.c
@@ -1283,7 +1283,7 @@  void musb_host_tx(struct musb *musb, u8 epnum)
 					MUSB_TXCSR_H_WZC_BITS
 					| MUSB_TXCSR_TXPKTRDY);
 		}
-			return;
+		return;
 	}
 
 done: