aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon-usb/octeon-hcd.c
diff options
context:
space:
mode:
authorFrank A. Cancio Bello <frank@generalsoftwareinc.com>2019-10-28 04:21:11 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-28 16:41:42 +0100
commitf3a54e19d466689035276a2eb45032f396570b09 (patch)
tree001ae5db373d22b174dc06104ec2e17c13e91b7c /drivers/staging/octeon-usb/octeon-hcd.c
parentstaging: rtl8188eu: replace tabs with spaces - style (diff)
downloadlinux-dev-f3a54e19d466689035276a2eb45032f396570b09.tar.xz
linux-dev-f3a54e19d466689035276a2eb45032f396570b09.zip
staging: octeon-usb: Fix line ending with a '('
checkpatch.pl message: "CHECK:OPEN_ENDED_LINE: Lines should not end with a '('" Signed-off-by: Frank A. Cancio Bello <frank@generalsoftwareinc.com> Link: https://lore.kernel.org/r/20191028042111.tzfhugs6f4erohir@linux-kernel-dev Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/octeon-usb/octeon-hcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c
index a5321cc692c5..582c9187559d 100644
--- a/drivers/staging/octeon-usb/octeon-hcd.c
+++ b/drivers/staging/octeon-usb/octeon-hcd.c
@@ -1836,8 +1836,7 @@ static void cvmx_usb_start_channel(struct octeon_hcd *usb, int channel,
*
* Returns: Pipe or NULL if none are ready
*/
-static struct cvmx_usb_pipe *cvmx_usb_find_ready_pipe(
- struct octeon_hcd *usb,
+static struct cvmx_usb_pipe *cvmx_usb_find_ready_pipe(struct octeon_hcd *usb,
enum cvmx_usb_transfer xfer_type)
{
struct list_head *list = usb->active_pipes + xfer_type;