Skip to content

Commit

Permalink
V4L/DVB (6071): saa7134-dvb: add missing newline
Browse files Browse the repository at this point in the history
This is a simple whitespace cleanup.

Signed-off-by: Edgar Simo <bobbens@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Edgar Simo authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 19453bc commit 261f508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ static void configure_tda827x_fe(struct saa7134_dev *dev, struct tda1004x_config
}

/* ------------------------------------------------------------------ */

static struct tda1004x_config tda827x_lifeview_config = {
.demod_address = 0x08,
.invert = 1,
Expand Down Expand Up @@ -746,6 +747,7 @@ static struct tda1004x_config asus_p7131_hybrid_lna_config = {
.antenna_switch= 2,
.request_firmware = philips_tda1004x_request_firmware
};

static struct tda1004x_config kworld_dvb_t_210_config = {
.demod_address = 0x08,
.invert = 1,
Expand All @@ -760,6 +762,7 @@ static struct tda1004x_config kworld_dvb_t_210_config = {
.antenna_switch= 1,
.request_firmware = philips_tda1004x_request_firmware
};

/* ------------------------------------------------------------------
* special case: this card uses saa713x GPIO22 for the mode switch
*/
Expand Down

0 comments on commit 261f508

Please sign in to comment.