summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-core.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-10-16 12:34:29 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-10-16 12:34:29 +0000
commit4babd132667ba4b0de2dd181d7e7965dbaf9c985 (patch)
treef51ef82195ba513fab283186060a71e5477aab90 /linux/drivers/media/video/cx88/cx88-core.c
parent70f32af39cc49a27e078cfc9b4e2c31c4ba8bd53 (diff)
downloadmediapointer-dvb-s2-4babd132667ba4b0de2dd181d7e7965dbaf9c985.tar.gz
mediapointer-dvb-s2-4babd132667ba4b0de2dd181d7e7965dbaf9c985.tar.bz2
- Whitespaces Cleanups.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c
index cfe681807..b6937ea73 100644
--- a/linux/drivers/media/video/cx88/cx88-core.c
+++ b/linux/drivers/media/video/cx88/cx88-core.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-core.c,v 1.45 2005/10/16 12:13:58 mchehab Exp $
+ * $Id: cx88-core.c,v 1.46 2005/10/16 12:34:29 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* driver core
@@ -179,9 +179,9 @@ static u32* cx88_risc_field(u32 *rp, struct scatterlist *sglist,
offset = 0;
sg++;
while (todo > sg_dma_len(sg)) {
- *(rp++)=cpu_to_le32(RISC_WRITE|
+ *(rp++)=cpu_to_le32(RISC_WRITE|
sg_dma_len(sg));
- *(rp++)=cpu_to_le32(sg_dma_address(sg));
+ *(rp++)=cpu_to_le32(sg_dma_address(sg));
todo -= sg_dma_len(sg);
sg++;
}