staging: rts5208: alignment to match open paranthesis
Fixes CHECK: Alignment should match open parenthesis Signed-off-by: Manav Batra <batmanav10@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
649b55b426
commit
e0ab2c8ef5
|
@ -49,7 +49,7 @@ static int ms_parse_err_code(struct rtsx_chip *chip)
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ms_transfer_tpc(struct rtsx_chip *chip, u8 trans_mode,
|
static int ms_transfer_tpc(struct rtsx_chip *chip, u8 trans_mode,
|
||||||
u8 tpc, u8 cnt, u8 cfg)
|
u8 tpc, u8 cnt, u8 cfg)
|
||||||
{
|
{
|
||||||
struct ms_info *ms_card = &chip->ms_card;
|
struct ms_info *ms_card = &chip->ms_card;
|
||||||
int retval;
|
int retval;
|
||||||
|
|
Loading…
Reference in New Issue