diff options
Diffstat (limited to 'drivers/media/video/zoran')
-rw-r--r-- | drivers/media/video/zoran/zoran.h | 2 | ||||
-rw-r--r-- | drivers/media/video/zoran/zoran_device.c | 2 | ||||
-rw-r--r-- | drivers/media/video/zoran/zr36050.c | 2 | ||||
-rw-r--r-- | drivers/media/video/zoran/zr36060.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/zoran/zoran.h b/drivers/media/video/zoran/zoran.h index 8997add1248e..307e847fe1cd 100644 --- a/drivers/media/video/zoran/zoran.h +++ b/drivers/media/video/zoran/zoran.h | |||
@@ -391,7 +391,7 @@ struct zoran { | |||
391 | 391 | ||
392 | struct mutex resource_lock; /* prevent evil stuff */ | 392 | struct mutex resource_lock; /* prevent evil stuff */ |
393 | 393 | ||
394 | u8 initialized; /* flag if zoran has been correctly initalized */ | 394 | u8 initialized; /* flag if zoran has been correctly initialized */ |
395 | int user; /* number of current users */ | 395 | int user; /* number of current users */ |
396 | struct card_info card; | 396 | struct card_info card; |
397 | struct tvnorm *timing; | 397 | struct tvnorm *timing; |
diff --git a/drivers/media/video/zoran/zoran_device.c b/drivers/media/video/zoran/zoran_device.c index e6ad4b205611..6f846abee3e4 100644 --- a/drivers/media/video/zoran/zoran_device.c +++ b/drivers/media/video/zoran/zoran_device.c | |||
@@ -484,7 +484,7 @@ zr36057_overlay (struct zoran *zr, | |||
484 | zr->overlay_settings.format); | 484 | zr->overlay_settings.format); |
485 | 485 | ||
486 | /* Start and length of each line MUST be 4-byte aligned. | 486 | /* Start and length of each line MUST be 4-byte aligned. |
487 | * This should be allready checked before the call to this routine. | 487 | * This should be already checked before the call to this routine. |
488 | * All error messages are internal driver checking only! */ | 488 | * All error messages are internal driver checking only! */ |
489 | 489 | ||
490 | /* video display top and bottom registers */ | 490 | /* video display top and bottom registers */ |
diff --git a/drivers/media/video/zoran/zr36050.c b/drivers/media/video/zoran/zr36050.c index 639dd87c663f..e1985609af4b 100644 --- a/drivers/media/video/zoran/zr36050.c +++ b/drivers/media/video/zoran/zr36050.c | |||
@@ -236,7 +236,7 @@ zr36050_pushit (struct zr36050 *ptr, | |||
236 | 236 | ||
237 | Could be variable, but until it's not needed it they are just fixed to save | 237 | Could be variable, but until it's not needed it they are just fixed to save |
238 | memory. Otherwise expand zr36050 structure with arrays, push the values to | 238 | memory. Otherwise expand zr36050 structure with arrays, push the values to |
239 | it and initalize from there, as e.g. the linux zr36057/60 driver does it. | 239 | it and initialize from there, as e.g. the linux zr36057/60 driver does it. |
240 | ========================================================================= */ | 240 | ========================================================================= */ |
241 | 241 | ||
242 | static const char zr36050_dqt[0x86] = { | 242 | static const char zr36050_dqt[0x86] = { |
diff --git a/drivers/media/video/zoran/zr36060.c b/drivers/media/video/zoran/zr36060.c index 008746ff7746..5e4f57cbf314 100644 --- a/drivers/media/video/zoran/zr36060.c +++ b/drivers/media/video/zoran/zr36060.c | |||
@@ -227,7 +227,7 @@ zr36060_pushit (struct zr36060 *ptr, | |||
227 | 227 | ||
228 | Could be variable, but until it's not needed it they are just fixed to save | 228 | Could be variable, but until it's not needed it they are just fixed to save |
229 | memory. Otherwise expand zr36060 structure with arrays, push the values to | 229 | memory. Otherwise expand zr36060 structure with arrays, push the values to |
230 | it and initalize from there, as e.g. the linux zr36057/60 driver does it. | 230 | it and initialize from there, as e.g. the linux zr36057/60 driver does it. |
231 | ========================================================================= */ | 231 | ========================================================================= */ |
232 | 232 | ||
233 | static const char zr36060_dqt[0x86] = { | 233 | static const char zr36060_dqt[0x86] = { |