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

Commit 33e9ab3d authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Greg Kroah-Hartman
Browse files

staging: vt6556: Cleanup indentation on statements



Use tabs instead of spaces in a set of statements and fix lines
over 80 chars. Reported by checkpatch.

Tested by compilation only.

Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1783319f
Loading
Loading
Loading
Loading
+23 −21
Original line number Diff line number Diff line
@@ -392,7 +392,8 @@ static int device_init_registers(struct vnt_private *pDevice)
			byCalibTXDC = pDevice->abyEEPROM[EEP_OFS_CALIB_TX_DC];
			byCalibRXIQ = pDevice->abyEEPROM[EEP_OFS_CALIB_RX_IQ];
			if (byCalibTXIQ || byCalibTXDC || byCalibRXIQ) {
			/* CR255, enable TX/RX IQ and DC compensation mode */
				/* CR255, enable TX/RX IQ and
				   DC compensation mode */
				vnt_control_out_u8(pDevice,
						   MESSAGE_REQUEST_BBREG,
						   0xff,
@@ -413,7 +414,8 @@ static int device_init_registers(struct vnt_private *pDevice)
						   0xfd,
						   byCalibRXIQ);
			} else {
			/* CR255, turn off BB Calibration compensation */
				/* CR255, turn off
				   BB Calibration compensation */
				vnt_control_out_u8(pDevice,
						   MESSAGE_REQUEST_BBREG,
						   0xff,