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

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
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment