summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv-risc.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/bttv-risc.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/bttv-risc.c')
-rw-r--r--linux/drivers/media/video/bttv-risc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-risc.c b/linux/drivers/media/video/bttv-risc.c
index aa0178bae..acceee39a 100644
--- a/linux/drivers/media/video/bttv-risc.c
+++ b/linux/drivers/media/video/bttv-risc.c
@@ -1,5 +1,5 @@
/*
- $Id: bttv-risc.c,v 1.11 2005/10/16 12:13:58 mchehab Exp $
+ $Id: bttv-risc.c,v 1.12 2005/10/16 12:34:29 mchehab Exp $
bttv-risc.c -- interfaces to other kernel modules
@@ -89,9 +89,9 @@ bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc,
offset = 0;
sg++;
while (todo > sg_dma_len(sg)) {
- *(rp++)=cpu_to_le32(BT848_RISC_WRITE|
+ *(rp++)=cpu_to_le32(BT848_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++;
}