mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
Staging: rts5208: Fix indentation warnings
Fix code indentation warnings detected by checkpatch.pl Signed-off-by: Wayne Porter <wporter82@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6c5d28f523
commit
259334ed30
@ -334,8 +334,8 @@ static int ms_read_bytes(struct rtsx_chip *chip,
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static int ms_set_rw_reg_addr(struct rtsx_chip *chip,
|
||||
u8 read_start, u8 read_cnt, u8 write_start, u8 write_cnt)
|
||||
static int ms_set_rw_reg_addr(struct rtsx_chip *chip, u8 read_start,
|
||||
u8 read_cnt, u8 write_start, u8 write_cnt)
|
||||
{
|
||||
int retval, i;
|
||||
u8 data[4];
|
||||
|
Loading…
Reference in New Issue
Block a user