]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: octeon-usb: Fix line ending with a '('
authorFrank A. Cancio Bello <frank@generalsoftwareinc.com>
Mon, 28 Oct 2019 04:21:11 +0000 (04:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2019 15:41:42 +0000 (16:41 +0100)
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>
drivers/staging/octeon-usb/octeon-hcd.c

index a5321cc692c5029d05eabeed4516d38948f6cde4..582c9187559dd8d5b247d947c6b5d671f22dbe23 100644 (file)
@@ -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;