aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/dvb-frontends/lgdt3306a.h
diff options
context:
space:
mode:
authorMichael Ira Krufky <mkrufky@linuxtv.org>2014-07-27 19:24:24 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-03-03 10:34:08 -0300
commit8e8cd34eaaf96c4bfc472ec0b4d6f7d3951c051f (patch)
treec51d7430ffe9bedfb3b2cafafbc91b323bc40ade /drivers/media/dvb-frontends/lgdt3306a.h
parent[media] DVB: add support for LG Electronics LGDT3306A ATSC/QAM-B Demodulator (diff)
downloadwireguard-linux-8e8cd34eaaf96c4bfc472ec0b4d6f7d3951c051f.tar.xz
wireguard-linux-8e8cd34eaaf96c4bfc472ec0b4d6f7d3951c051f.zip
[media] lgdt3306a: clean up whitespace & unneeded brackets
No functional changes. Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/lgdt3306a.h')
-rw-r--r--drivers/media/dvb-frontends/lgdt3306a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/lgdt3306a.h b/drivers/media/dvb-frontends/lgdt3306a.h
index 47e48d485eac..9d97df8f0969 100644
--- a/drivers/media/dvb-frontends/lgdt3306a.h
+++ b/drivers/media/dvb-frontends/lgdt3306a.h
@@ -59,7 +59,8 @@ struct lgdt3306a_config {
enum lgdt3306a_tp_clock_edge tpclk_edge;
enum lgdt3306a_tp_valid_polarity tpvalid_polarity;
- int xtalMHz;//demod clock freq in MHz; 24 or 25 supported
+ /* demod clock freq in MHz; 24 or 25 supported */
+ int xtalMHz;
};
#if defined(CONFIG_DVB_LGDT3306A) || (defined(CONFIG_DVB_LGDT3306A_MODULE) && \