diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-26 12:25:25 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-26 12:25:25 -0400 |
| commit | fdd2a7e2dac56a3384068802be46b822f2aed703 (patch) | |
| tree | edb725ed7b772bc1db75d5d559b78d8bbf149d46 /include/linux | |
| parent | ed1aedb136ca42dfd70f5bef202d23994c1a3bae (diff) | |
V4L/DVB (8500a): videotext.h: whitespace cleanup
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/videotext.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/linux/videotext.h b/include/linux/videotext.h index 018f92047ff8..3e68c8d1c7f7 100644 --- a/include/linux/videotext.h +++ b/include/linux/videotext.h | |||
| @@ -45,10 +45,10 @@ | |||
| 45 | #define VTXIOCCLRCACHE_OLD 0x710b /* clear cache on VTX-interface (if avail.) */ | 45 | #define VTXIOCCLRCACHE_OLD 0x710b /* clear cache on VTX-interface (if avail.) */ |
| 46 | #define VTXIOCSETVIRT_OLD 0x710c /* turn on virtual mode (this disables TV-display) */ | 46 | #define VTXIOCSETVIRT_OLD 0x710c /* turn on virtual mode (this disables TV-display) */ |
| 47 | 47 | ||
| 48 | /* | 48 | /* |
| 49 | * Definitions for VTXIOCGETINFO | 49 | * Definitions for VTXIOCGETINFO |
| 50 | */ | 50 | */ |
| 51 | 51 | ||
| 52 | #define SAA5243 0 | 52 | #define SAA5243 0 |
| 53 | #define SAA5246 1 | 53 | #define SAA5246 1 |
| 54 | #define SAA5249 2 | 54 | #define SAA5249 2 |
| @@ -57,10 +57,10 @@ | |||
| 57 | 57 | ||
| 58 | typedef struct { | 58 | typedef struct { |
| 59 | int version_major, version_minor; /* version of driver; if version_major changes, driver */ | 59 | int version_major, version_minor; /* version of driver; if version_major changes, driver */ |
| 60 | /* is not backward compatible!!! CHECK THIS!!! */ | 60 | /* is not backward compatible!!! CHECK THIS!!! */ |
| 61 | int numpages; /* number of page-buffers of vtx-chipset */ | 61 | int numpages; /* number of page-buffers of vtx-chipset */ |
| 62 | int cct_type; /* type of vtx-chipset (SAA5243, SAA5246, SAA5248 or | 62 | int cct_type; /* type of vtx-chipset (SAA5243, SAA5246, SAA5248 or |
| 63 | * SAA5249) */ | 63 | * SAA5249) */ |
| 64 | } | 64 | } |
| 65 | vtx_info_t; | 65 | vtx_info_t; |
| 66 | 66 | ||
| @@ -81,7 +81,7 @@ vtx_info_t; | |||
| 81 | #define PGMASK_HOUR (HR_TEN | HR_UNIT) | 81 | #define PGMASK_HOUR (HR_TEN | HR_UNIT) |
| 82 | #define PGMASK_MINUTE (MIN_TEN | MIN_UNIT) | 82 | #define PGMASK_MINUTE (MIN_TEN | MIN_UNIT) |
| 83 | 83 | ||
| 84 | typedef struct | 84 | typedef struct |
| 85 | { | 85 | { |
| 86 | int page; /* number of requested page (hexadecimal) */ | 86 | int page; /* number of requested page (hexadecimal) */ |
| 87 | int hour; /* requested hour (hexadecimal) */ | 87 | int hour; /* requested hour (hexadecimal) */ |
| @@ -98,11 +98,11 @@ vtx_pagereq_t; | |||
| 98 | /* | 98 | /* |
| 99 | * Definitions for VTXIOC{GETSTAT,PUTSTAT} | 99 | * Definitions for VTXIOC{GETSTAT,PUTSTAT} |
| 100 | */ | 100 | */ |
| 101 | 101 | ||
| 102 | #define VTX_PAGESIZE (40 * 24) | 102 | #define VTX_PAGESIZE (40 * 24) |
| 103 | #define VTX_VIRTUALSIZE (40 * 49) | 103 | #define VTX_VIRTUALSIZE (40 * 49) |
| 104 | 104 | ||
| 105 | typedef struct | 105 | typedef struct |
| 106 | { | 106 | { |
| 107 | int pagenum; /* number of page (hexadecimal) */ | 107 | int pagenum; /* number of page (hexadecimal) */ |
| 108 | int hour; /* hour (hexadecimal) */ | 108 | int hour; /* hour (hexadecimal) */ |
| @@ -121,5 +121,5 @@ typedef struct | |||
| 121 | unsigned hamming : 1; /* hamming-error occurred */ | 121 | unsigned hamming : 1; /* hamming-error occurred */ |
| 122 | } | 122 | } |
| 123 | vtx_pageinfo_t; | 123 | vtx_pageinfo_t; |
| 124 | 124 | ||
| 125 | #endif /* _VTX_H */ | 125 | #endif /* _VTX_H */ |
