[media] af9005: fix bad indenting
drivers/media/usb/dvb-usb/af9005-fe.c:484 af9005_fe_read_status() warn: inconsistent indenting Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
316c46b8f3
commit
ab4bc55ebd
@ -481,7 +481,7 @@ static int af9005_fe_read_status(struct dvb_frontend *fe, fe_status_t * stat)
|
|||||||
return ret;
|
return ret;
|
||||||
if (temp != state->strong) {
|
if (temp != state->strong) {
|
||||||
deb_info("adjust for strong signal %d\n", temp);
|
deb_info("adjust for strong signal %d\n", temp);
|
||||||
state->strong = temp;
|
state->strong = temp;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user