diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-26 10:26:09 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-04 10:55:05 -0500 |
commit | 5836b4c3ec4d23aa9d75ad6d47bc6def310ca6b6 (patch) | |
tree | b60aa007fcf0c3c916f71ca6ea7861597dee3168 /drivers/media/tuners | |
parent | a2ea5561173f5c2c14e6050b261d225acd99fa08 (diff) |
[media] tda18271: Fix identation
As reported by smatch:
drivers/media/tuners/tda18271-common.c:176 tda18271_read_extended() warn: if statement not indented
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners')
-rw-r--r-- | drivers/media/tuners/tda18271-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/tda18271-common.c b/drivers/media/tuners/tda18271-common.c index 86e5e3110118..a26bb33102b8 100644 --- a/drivers/media/tuners/tda18271-common.c +++ b/drivers/media/tuners/tda18271-common.c | |||
@@ -178,7 +178,7 @@ int tda18271_read_extended(struct dvb_frontend *fe) | |||
178 | (i != R_EB17) && | 178 | (i != R_EB17) && |
179 | (i != R_EB19) && | 179 | (i != R_EB19) && |
180 | (i != R_EB20)) | 180 | (i != R_EB20)) |
181 | regs[i] = regdump[i]; | 181 | regs[i] = regdump[i]; |
182 | } | 182 | } |
183 | 183 | ||
184 | if (tda18271_debug & DBG_REG) | 184 | if (tda18271_debug & DBG_REG) |