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:
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:
|
||||
|
|
Loading…
Reference in New Issue