mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
USB: musb: fix indentation issue on a return statement
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> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
15e99b13b4
commit
fce1186747
@@ -1283,7 +1283,7 @@ void musb_host_tx(struct musb *musb, u8 epnum)
|
||||
MUSB_TXCSR_H_WZC_BITS
|
||||
| MUSB_TXCSR_TXPKTRDY);
|
||||
}
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
done:
|
||||
|
||||
Reference in New Issue
Block a user