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 /drivers/media/video/cx88/cx88.h | |
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 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index ea5c092a779e..baeae1ac992c 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -259,8 +259,8 @@ struct cx88_core { | |||
259 | /* pci stuff */ | 259 | /* pci stuff */ |
260 | int pci_bus; | 260 | int pci_bus; |
261 | int pci_slot; | 261 | int pci_slot; |
262 | u32 __iomem *lmmio; | 262 | u32 __iomem *lmmio; |
263 | u8 __iomem *bmmio; | 263 | u8 __iomem *bmmio; |
264 | u32 shadow[SHADOW_MAX]; | 264 | u32 shadow[SHADOW_MAX]; |
265 | int pci_irqmask; | 265 | int pci_irqmask; |
266 | 266 | ||