Skip to content

Commit 54c4f6f

Browse files
TomerSamara98gregkh
authored andcommitted
staging: rts5208: clear alignment style issues
Clear checkpatch alignment style issues in rtsx_transport.c. CHECK: Alignment should match open parenthesis Signed-off-by: Tomer Samara <[email protected]> Link: https://lore.kernel.org/r/20200801210056.GA305272@tsnow Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5df9de5 commit 54c4f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rts5208/rtsx_transport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ static int rtsx_transfer_buf(struct rtsx_chip *chip, u8 card, void *buf,
678678

679679
/* Wait for TRANS_OK_INT */
680680
timeleft = wait_for_completion_interruptible_timeout(&trans_done,
681-
msecs_to_jiffies(timeout));
681+
msecs_to_jiffies(timeout));
682682
if (timeleft <= 0) {
683683
dev_dbg(rtsx_dev(chip), "Timeout (%s %d)\n",
684684
__func__, __LINE__);

0 commit comments

Comments
 (0)