1
0
Fork 0

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>
hifive-unleashed-5.1
Michal Piotrowski 2007-08-21 12:34:48 -03:00 committed by Mauro Carvalho Chehab
parent 5634f2ec80
commit b9758dfe0a
1 changed files with 3 additions and 3 deletions

View File

@ -38,14 +38,14 @@
#include<linux/videodev.h> */
/* I/O commands, error codes */
#include<asm/io.h>
#include <asm/io.h>
//#include<errno.h>
/* headerfile of this module */
#include"zr36050.h"
#include "zr36050.h"
/* codec io API */
#include"videocodec.h"
#include "videocodec.h"
/* it doesn't make sense to have more than 20 or so,
just to prevent some unwanted loops */