mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
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:
committed by
Greg Kroah-Hartman
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++);
|
||||
|
||||
Reference in New Issue
Block a user