Commit 261f5081 authored by Edgar Simo's avatar Edgar Simo Committed by Mauro Carvalho Chehab

V4L/DVB (6071): saa7134-dvb: add missing newline

This is a simple whitespace cleanup.
Signed-off-by: default avatarEdgar Simo <bobbens@gmail.com>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 19453bc1
...@@ -567,6 +567,7 @@ static void configure_tda827x_fe(struct saa7134_dev *dev, struct tda1004x_config ...@@ -567,6 +567,7 @@ static void configure_tda827x_fe(struct saa7134_dev *dev, struct tda1004x_config
} }
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */
static struct tda1004x_config tda827x_lifeview_config = { static struct tda1004x_config tda827x_lifeview_config = {
.demod_address = 0x08, .demod_address = 0x08,
.invert = 1, .invert = 1,
...@@ -746,6 +747,7 @@ static struct tda1004x_config asus_p7131_hybrid_lna_config = { ...@@ -746,6 +747,7 @@ static struct tda1004x_config asus_p7131_hybrid_lna_config = {
.antenna_switch= 2, .antenna_switch= 2,
.request_firmware = philips_tda1004x_request_firmware .request_firmware = philips_tda1004x_request_firmware
}; };
static struct tda1004x_config kworld_dvb_t_210_config = { static struct tda1004x_config kworld_dvb_t_210_config = {
.demod_address = 0x08, .demod_address = 0x08,
.invert = 1, .invert = 1,
...@@ -760,6 +762,7 @@ static struct tda1004x_config kworld_dvb_t_210_config = { ...@@ -760,6 +762,7 @@ static struct tda1004x_config kworld_dvb_t_210_config = {
.antenna_switch= 1, .antenna_switch= 1,
.request_firmware = philips_tda1004x_request_firmware .request_firmware = philips_tda1004x_request_firmware
}; };
/* ------------------------------------------------------------------ /* ------------------------------------------------------------------
* special case: this card uses saa713x GPIO22 for the mode switch * special case: this card uses saa713x GPIO22 for the mode switch
*/ */
......
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