diff options
author | Michal Piotrowski <michal.k.k.piotrowski@gmail.com> | 2007-08-21 11:34:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:06:06 -0400 |
commit | b9758dfe0a2065f6fe3a484cc26886960aa847c1 (patch) | |
tree | 1851e61122f2c6d81adc660ae0bb57019f2484d5 | |
parent | 5634f2ec809818983f58880e381ee929187e4ddf (diff) |
V4L/DVB (6077): Coding style fix drivers/media/video/zr36050.c
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/zr36050.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/zr36050.c b/drivers/media/video/zr36050.c index a6bbd125631c..9f622e00c479 100644 --- a/drivers/media/video/zr36050.c +++ b/drivers/media/video/zr36050.c | |||
@@ -38,14 +38,14 @@ | |||
38 | #include<linux/videodev.h> */ | 38 | #include<linux/videodev.h> */ |
39 | 39 | ||
40 | /* I/O commands, error codes */ | 40 | /* I/O commands, error codes */ |
41 | #include<asm/io.h> | 41 | #include <asm/io.h> |
42 | //#include<errno.h> | 42 | //#include<errno.h> |
43 | 43 | ||
44 | /* headerfile of this module */ | 44 | /* headerfile of this module */ |
45 | #include"zr36050.h" | 45 | #include "zr36050.h" |
46 | 46 | ||
47 | /* codec io API */ | 47 | /* codec io API */ |
48 | #include"videocodec.h" | 48 | #include "videocodec.h" |
49 | 49 | ||
50 | /* it doesn't make sense to have more than 20 or so, | 50 | /* it doesn't make sense to have more than 20 or so, |
51 | just to prevent some unwanted loops */ | 51 | just to prevent some unwanted loops */ |