drivers: staging: octeon-usb: fixed codestyle check warning
Fixed line cannot end with '(' check. Signed-off-by: Naveen Panwar <naveen.panwar27@gmail.com> Link: https://lore.kernel.org/r/20200908030239.10131-1-naveen.panwar27@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7b4d0da7e7
commit
414b804a71
@ -1233,8 +1233,7 @@ static int cvmx_usb_fill_tx_hw(struct octeon_hcd *usb,
|
||||
cvmx_write64_uint32(csr_address, *ptr++);
|
||||
cvmx_write64_uint32(csr_address, *ptr++);
|
||||
cvmx_write64_uint32(csr_address, *ptr++);
|
||||
cvmx_read64_uint64(
|
||||
CVMX_USBNX_DMA0_INB_CHN0(usb->index));
|
||||
cvmx_read64_uint64(CVMX_USBNX_DMA0_INB_CHN0(usb->index));
|
||||
words -= 3;
|
||||
}
|
||||
cvmx_write64_uint32(csr_address, *ptr++);
|
||||
|
Loading…
Reference in New Issue
Block a user