OSDN Git Service

staging: rts5208: clear alignment style issues
authorTomer Samara <tomersamara98@gmail.com>
Sat, 1 Aug 2020 21:00:56 +0000 (00:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 2 Aug 2020 10:47:37 +0000 (12:47 +0200)
  Clear checkpatch alignment style issues in rtsx_transport.c.
  CHECK: Alignment should match open parenthesis

Signed-off-by: Tomer Samara <tomersamara98@gmail.com>
Link: https://lore.kernel.org/r/20200801210056.GA305272@tsnow
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_transport.c

index 5f1eefe..0027bcf 100644 (file)
@@ -678,7 +678,7 @@ static int rtsx_transfer_buf(struct rtsx_chip *chip, u8 card, void *buf,
 
        /* Wait for TRANS_OK_INT */
        timeleft = wait_for_completion_interruptible_timeout(&trans_done,
-                       msecs_to_jiffies(timeout));
+                                                            msecs_to_jiffies(timeout));
        if (timeleft <= 0) {
                dev_dbg(rtsx_dev(chip), "Timeout (%s %d)\n",
                        __func__, __LINE__);