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: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1783319f47
commit
33e9ab3d4d
1 changed files with 23 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue