summaryrefslogtreecommitdiff
path: root/linux/include/media/saa7146.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-11-26 23:46:56 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-11-26 23:46:56 +0000
commit38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e (patch)
tree4484b84721060c8c6c2fabc02f1d9d5529820dab /linux/include/media/saa7146.h
parent93ae65e97d93f361b17f5b0b4098d48ceb920b81 (diff)
downloadmediapointer-dvb-s2-38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e.tar.gz
mediapointer-dvb-s2-38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e.tar.bz2
Whitespaces cleanups.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/include/media/saa7146.h')
-rw-r--r--linux/include/media/saa7146.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/media/saa7146.h b/linux/include/media/saa7146.h
index 892f071d0..e5be2b9b8 100644
--- a/linux/include/media/saa7146.h
+++ b/linux/include/media/saa7146.h
@@ -112,7 +112,7 @@ struct saa7146_dev
/* different device locks */
spinlock_t slock;
- struct semaphore lock;
+ struct semaphore lock;
unsigned char __iomem *mem; /* pointer to mapped IO memory */
int revision; /* chip revision; needed for bug-workarounds*/
@@ -133,7 +133,7 @@ struct saa7146_dev
void (*vv_callback)(struct saa7146_dev *dev, unsigned long status);
/* i2c-stuff */
- struct semaphore i2c_lock;
+ struct semaphore i2c_lock;
u32 i2c_bitrate;
struct saa7146_dma d_i2c; /* pointer to i2c memory */
wait_queue_head_t i2c_wq;