Commit b9758dfe authored by Michal Piotrowski's avatar Michal Piotrowski Committed by Mauro Carvalho Chehab

V4L/DVB (6077): Coding style fix drivers/media/video/zr36050.c

Signed-off-by: default avatarMichal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 5634f2ec
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment