aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-03-24 09:35:47 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:50:20 -0300
commita82437510256b83671e49a23774c9c5ce0d4ab00 (patch)
tree5f8f5f9bfdfc8a369f069c0c334d10a0daf3fb09 /drivers/media/dvb
parentV4L/DVB: saa7134: Use the same name on CARDLIST as found at the driver (diff)
downloadlinux-dev-a82437510256b83671e49a23774c9c5ce0d4ab00.tar.xz
linux-dev-a82437510256b83671e49a23774c9c5ce0d4ab00.zip
V4L/DVB: stv0900: Whitespace cleanup
Fixes sync with -hg tree Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/stv0900_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0900_core.c b/drivers/media/dvb/frontends/stv0900_core.c
index a3cdca724634..4f5e7d3a0e61 100644
--- a/drivers/media/dvb/frontends/stv0900_core.c
+++ b/drivers/media/dvb/frontends/stv0900_core.c
@@ -1875,7 +1875,7 @@ static struct dvb_frontend_ops stv0900_ops = {
},
.release = stv0900_release,
.init = stv0900_init,
- .get_frontend = stv0900_get_frontend,
+ .get_frontend = stv0900_get_frontend,
.get_frontend_algo = stv0900_frontend_algo,
.i2c_gate_ctrl = stv0900_i2c_gate_ctrl,
.diseqc_send_master_cmd = stv0900_send_master_cmd,