diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-29 20:17:24 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-01 09:26:31 (GMT) |
commit | ab4bc55ebd6d8f37674b0f0b228e643c118da3e0 (patch) | |
tree | 76df730f70b9b8d5b855d21f27f175a4223607b7 | |
parent | 316c46b8f3468199b106e1c5e334b22bd34d0985 (diff) | |
download | linux-ab4bc55ebd6d8f37674b0f0b228e643c118da3e0.tar.xz |
[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>
-rw-r--r-- | drivers/media/usb/dvb-usb/af9005-fe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/af9005-fe.c b/drivers/media/usb/dvb-usb/af9005-fe.c index 740f3f4..6e84a54 100644 --- a/drivers/media/usb/dvb-usb/af9005-fe.c +++ b/drivers/media/usb/dvb-usb/af9005-fe.c @@ -481,7 +481,7 @@ static int af9005_fe_read_status(struct dvb_frontend *fe, fe_status_t * stat) return ret; if (temp != state->strong) { deb_info("adjust for strong signal %d\n", temp); - state->strong = temp; + state->strong = temp; } return 0; } |