staging: octeon-usb: Fix line ending with a '('
[linux-2.6-microblaze.git] / drivers / staging / octeon-usb / octeon-hcd.c
index a5321cc..582c918 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;