Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] cx23885: fix bad indentation

drivers/media/pci/cx23885/altera-ci.c:762 altera_ci_init() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

+1 -1
+1 -1
drivers/media/pci/cx23885/altera-ci.c
··· 759 759 if (0 != ret) 760 760 goto err; 761 761 762 - inter->state[ci_nr - 1] = state; 762 + inter->state[ci_nr - 1] = state; 763 763 764 764 altera_hw_filt_init(config, ci_nr); 765 765