Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 259334ed authored by Wayne Porter's avatar Wayne Porter Committed by Greg Kroah-Hartman
Browse files

Staging: rts5208: Fix indentation warnings



Fix code indentation warnings detected by checkpatch.pl

Signed-off-by: default avatarWayne Porter <wporter82@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6c5d28f5
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -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];