Ver código fonte

[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>
Mauro Carvalho Chehab 10 anos atrás
pai
commit
5836b4c3ec
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/media/tuners/tda18271-common.c

+ 1 - 1
drivers/media/tuners/tda18271-common.c

@@ -178,7 +178,7 @@ int tda18271_read_extended(struct dvb_frontend *fe)
 		    (i != R_EB17) &&
 		    (i != R_EB19) &&
 		    (i != R_EB20))
-		regs[i] = regdump[i];
+			regs[i] = regdump[i];
 	}
 
 	if (tda18271_debug & DBG_REG)