aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zr36060.c
diff options
context:
space:
mode:
authorMichal Piotrowski <michal.k.k.piotrowski@gmail.com>2007-08-21 11:34:36 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:06:05 -0400
commit5634f2ec809818983f58880e381ee929187e4ddf (patch)
tree5779f154a03cce853455056ee0c59fa6046a5e0f /drivers/media/video/zr36060.c
parentffbb807c1362a2b64b473c0e093c496a4c7de4bb (diff)
V4L/DVB (6076): Coding style fix drivers/media/video/zr36060.c
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/zr36060.c')
-rw-r--r--drivers/media/video/zr36060.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/zr36060.c b/drivers/media/video/zr36060.c
index 97c8f9b9dc12..1ef14fef08e6 100644
--- a/drivers/media/video/zr36060.c
+++ b/drivers/media/video/zr36060.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"zr36060.h" 45#include "zr36060.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 */