Commit 20ad0136 authored by Mahak Gupta's avatar Mahak Gupta Committed by Greg Kroah-Hartman
Browse files

staging: octeon-usb: Match alignment with open parenthesis



This patches fixes the checks- 'Alignment should match open parenthesis'
of 'checkpatch.pl'.

Signed-off-by: default avatarMahak Gupta <gmahak1@gmail.com>
Link: https://lore.kernel.org/r/20210317183846.4867-1-gmahak1@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b0c3683f
Loading
Loading
Loading
Loading
+17 −15
Original line number Diff line number Diff line
@@ -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) {
			/*