Skip to content

Commit

Permalink
V4L/DVB (6077): Coding style fix drivers/media/video/zr36050.c
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michal Piotrowski authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 5634f2e commit b9758df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/zr36050.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b9758df

Please sign in to comment.