media: dvb-frontends/stv6111: cosmetics: comments fixup, misc

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Daniel Scheller 2017-07-23 06:13:14 -04:00 committed by Mauro Carvalho Chehab
parent 2af07a49dd
commit 85e36b47ea

View file

@ -42,7 +42,7 @@ struct slookup {
};
static struct slookup lnagain_nf_lookup[] = {
/*Gain *100dB*/ /*Reg*/
/* Gain *100dB // Reg */
{ 2572, 0 },
{ 2575, 1 },
{ 2580, 2 },
@ -78,7 +78,7 @@ static struct slookup lnagain_nf_lookup[] = {
};
static struct slookup lnagain_iip3_lookup[] = {
/*Gain *100dB*/ /*reg*/
/* Gain *100dB // reg */
{ 1548, 0 },
{ 1552, 1 },
{ 1569, 2 },
@ -114,7 +114,7 @@ static struct slookup lnagain_iip3_lookup[] = {
};
static struct slookup gain_rfagc_lookup[] = {
/*Gain *100dB*/ /*reg*/
/* Gain *100dB // reg */
{ 4870, 0x3000 },
{ 4850, 0x3C00 },
{ 4800, 0x4500 },
@ -174,7 +174,7 @@ static struct slookup gain_rfagc_lookup[] = {
* a different BB_MAG setting)
*/
static struct slookup gain_channel_agc_nf_lookup[] = {
/*Gain *100dB*/ /*reg*/
/* Gain *100dB // reg */
{ 7082, 0x3000 },
{ 7052, 0x4000 },
{ 7007, 0x4600 },
@ -233,7 +233,7 @@ static struct slookup gain_channel_agc_nf_lookup[] = {
};
static struct slookup gain_channel_agc_iip3_lookup[] = {
/*Gain *100dB*/ /*reg*/
/* Gain *100dB // reg */
{ 7070, 0x3000 },
{ 7028, 0x4000 },
{ 7019, 0x4600 },