staging: octeon-usb: Match alignment with open parenthesis
This patches fixes the checks- 'Alignment should match open parenthesis' of 'checkpatch.pl'. Signed-off-by: Mahak Gupta <gmahak1@gmail.com> Link: https://lore.kernel.org/r/20210317183846.4867-1-gmahak1@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b0c3683f31
commit
20ad01363a
@@ -2309,7 +2309,8 @@ static int cvmx_usb_cancel(struct octeon_hcd *usb,
|
||||
CVMX_SYNCW;
|
||||
|
||||
usbc_hcchar.u32 = cvmx_usb_read_csr32(usb,
|
||||
CVMX_USBCX_HCCHARX(pipe->channel, usb->index));
|
||||
CVMX_USBCX_HCCHARX(pipe->channel,
|
||||
usb->index));
|
||||
/*
|
||||
* If the channel isn't enabled then the transaction already
|
||||
* completed.
|
||||
@@ -2609,7 +2610,8 @@ static int cvmx_usb_poll_channel(struct octeon_hcd *usb, int channel)
|
||||
|
||||
if (usb->init_flags & CVMX_USB_INITIALIZE_FLAGS_NO_DMA) {
|
||||
usbc_hcchar.u32 = cvmx_usb_read_csr32(usb,
|
||||
CVMX_USBCX_HCCHARX(channel, usb->index));
|
||||
CVMX_USBCX_HCCHARX(channel,
|
||||
usb->index));
|
||||
|
||||
if (usbc_hcchar.s.chena && usbc_hcchar.s.chdis) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user