diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:37:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:20 -0500 |
commit | 4ac97914c6c35f6bf132071c718e034d0846b9f5 (patch) | |
tree | 98c7eb827bb8ba99730ed89d32703a30448fd813 /include/media | |
parent | a8900fc242406f25f315190a6d650f1d54617c2f (diff) |
[PATCH] v4l: 800: whitespace cleanups
- Whitespace Cleanups.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/audiochip.h | 14 | ||||
-rw-r--r-- | include/media/tuner.h | 8 | ||||
-rw-r--r-- | include/media/video-buf.h | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h index dd1e484e86d3..b7d4b0930408 100644 --- a/include/media/audiochip.h +++ b/include/media/audiochip.h | |||
@@ -10,13 +10,13 @@ enum audiochip { | |||
10 | /* Provided by video chip */ | 10 | /* Provided by video chip */ |
11 | AUDIO_CHIP_INTERNAL, | 11 | AUDIO_CHIP_INTERNAL, |
12 | /* Provided by tvaudio.c */ | 12 | /* Provided by tvaudio.c */ |
13 | AUDIO_CHIP_TDA8425, | 13 | AUDIO_CHIP_TDA8425, |
14 | AUDIO_CHIP_TEA6300, | 14 | AUDIO_CHIP_TEA6300, |
15 | AUDIO_CHIP_TEA6420, | 15 | AUDIO_CHIP_TEA6420, |
16 | AUDIO_CHIP_TDA9840, | 16 | AUDIO_CHIP_TDA9840, |
17 | AUDIO_CHIP_TDA985X, | 17 | AUDIO_CHIP_TDA985X, |
18 | AUDIO_CHIP_TDA9874, | 18 | AUDIO_CHIP_TDA9874, |
19 | AUDIO_CHIP_PIC16C54, | 19 | AUDIO_CHIP_PIC16C54, |
20 | /* Provided by msp3400.c */ | 20 | /* Provided by msp3400.c */ |
21 | AUDIO_CHIP_MSP34XX | 21 | AUDIO_CHIP_MSP34XX |
22 | }; | 22 | }; |
diff --git a/include/media/tuner.h b/include/media/tuner.h index 81025323267f..94a9511479a1 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h | |||
@@ -215,14 +215,14 @@ extern int tea5767_autodetection(struct i2c_client *c); | |||
215 | 215 | ||
216 | #define tuner_warn(fmt, arg...) do {\ | 216 | #define tuner_warn(fmt, arg...) do {\ |
217 | printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \ | 217 | printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \ |
218 | t->i2c.adapter->nr, t->i2c.addr , ##arg); } while (0) | 218 | t->i2c.adapter->nr, t->i2c.addr , ##arg); } while (0) |
219 | #define tuner_info(fmt, arg...) do {\ | 219 | #define tuner_info(fmt, arg...) do {\ |
220 | printk(KERN_INFO "%s %d-%04x: " fmt, t->i2c.driver->name, \ | 220 | printk(KERN_INFO "%s %d-%04x: " fmt, t->i2c.driver->name, \ |
221 | t->i2c.adapter->nr, t->i2c.addr , ##arg); } while (0) | 221 | t->i2c.adapter->nr, t->i2c.addr , ##arg); } while (0) |
222 | #define tuner_dbg(fmt, arg...) do {\ | 222 | #define tuner_dbg(fmt, arg...) do {\ |
223 | if (tuner_debug) \ | 223 | if (tuner_debug) \ |
224 | printk(KERN_DEBUG "%s %d-%04x: " fmt, t->i2c.driver->name, \ | 224 | printk(KERN_DEBUG "%s %d-%04x: " fmt, t->i2c.driver->name, \ |
225 | t->i2c.adapter->nr, t->i2c.addr , ##arg); } while (0) | 225 | t->i2c.adapter->nr, t->i2c.addr , ##arg); } while (0) |
226 | 226 | ||
227 | #endif /* __KERNEL__ */ | 227 | #endif /* __KERNEL__ */ |
228 | 228 | ||
diff --git a/include/media/video-buf.h b/include/media/video-buf.h index ae8d7a000440..ee8eb15c0ea6 100644 --- a/include/media/video-buf.h +++ b/include/media/video-buf.h | |||
@@ -177,7 +177,7 @@ struct videobuf_queue_ops { | |||
177 | }; | 177 | }; |
178 | 178 | ||
179 | struct videobuf_queue { | 179 | struct videobuf_queue { |
180 | struct semaphore lock; | 180 | struct semaphore lock; |
181 | spinlock_t *irqlock; | 181 | spinlock_t *irqlock; |
182 | struct pci_dev *pci; | 182 | struct pci_dev *pci; |
183 | 183 | ||