projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e99b1
)
USB: musb: fix indentation issue on a return statement
author
Colin Ian King
<
[email protected]
>
Mon, 11 Feb 2019 17:14:46 +0000
(11:14 -0600)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 12 Feb 2019 07:54:44 +0000
(08:54 +0100)
A return statement is indented one level too far, fix this by removing
a tab.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Bin Liu <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/musb/musb_host.c
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/musb_host.c
b/drivers/usb/musb/musb_host.c
index b59ce9ad14ce4e8271a4226774bb23658d8709b2..0b1eb15b6b088548a2d1d8a65833ae12a7d38883 100644
(file)
--- 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: