From: Mauro Carvalho Chehab Date: Wed, 29 Apr 2015 20:17:24 +0000 (-0300) Subject: [media] af9005: fix bad indenting X-Git-Tag: v4.2-rc1~107^2~477 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab4bc55ebd6d8f37674b0f0b228e643c118da3e0;p=karo-tx-linux.git [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 --- diff --git a/drivers/media/usb/dvb-usb/af9005-fe.c b/drivers/media/usb/dvb-usb/af9005-fe.c index 740f3f496f12..6e84a546dfdc 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; }