Staging : rts5208: Fix code indent issue
This patch removes the checkpatch warning : suspect code indent for conditional statements, by converting spaces to tabs. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fe6c0f92b6
commit
a1ccf4f865
|
@ -259,7 +259,7 @@ static int ms_read_bytes(struct rtsx_chip *chip,
|
|||
MS_TRANSFER_END, MS_TRANSFER_END);
|
||||
|
||||
for (i = 0; i < data_len - 1; i++)
|
||||
rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + i, 0, 0);
|
||||
rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + i, 0, 0);
|
||||
|
||||
if (data_len % 2)
|
||||
rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + data_len, 0, 0);
|
||||
|
|
Loading…
Reference in New Issue