Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69626853 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] cx231xx: fix bad indenting



drivers/media/usb/cx231xx/cx231xx-avcore.c:1598 cx231xx_set_DIF_bandpass() warn: inconsistent indenting
drivers/media/usb/cx231xx/cx231xx-core.c:656 cx231xx_demod_reset() warn: inconsistent indenting
drivers/media/usb/cx231xx/cx231xx-core.c:659 cx231xx_demod_reset() warn: inconsistent indenting
drivers/media/usb/cx231xx/cx231xx-core.c:664 cx231xx_demod_reset() warn: inconsistent indenting
drivers/media/usb/cx231xx/cx231xx-core.c:669 cx231xx_demod_reset() warn: inconsistent indenting
drivers/media/usb/cx231xx/cx231xx-core.c:673 cx231xx_demod_reset() warn: inconsistent indenting
drivers/media/usb/cx231xx/cx231xx-417.c:1164 cx231xx_initialize_codec() warn: inconsistent indenting

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent d487df9e
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1160,9 +1160,9 @@ static int cx231xx_initialize_codec(struct cx231xx *dev)
	}
	}


	cx231xx_enable656(dev);
	cx231xx_enable656(dev);

	/* stop mpeg capture */
	/* stop mpeg capture */
			cx231xx_api_cmd(dev, CX2341X_ENC_STOP_CAPTURE,
	cx231xx_api_cmd(dev, CX2341X_ENC_STOP_CAPTURE, 3, 0, 1, 3, 4);
				 3, 0, 1, 3, 4);


	cx231xx_codec_settings(dev);
	cx231xx_codec_settings(dev);
	msleep(60);
	msleep(60);
+14 −16
Original line number Original line Diff line number Diff line
@@ -668,8 +668,6 @@ int cx231xx_demod_reset(struct cx231xx *dev)
					PWR_CTL_EN, value, 4);
					PWR_CTL_EN, value, 4);
	msleep(10);
	msleep(10);




	status = cx231xx_read_ctrl_reg(dev, VRT_GET_REGISTER, PWR_CTL_EN,
	status = cx231xx_read_ctrl_reg(dev, VRT_GET_REGISTER, PWR_CTL_EN,
				 value, 4);
				 value, 4);


+22 −22

File changed.

Contains only whitespace changes.