Skip to content

Commit

Permalink
V4L/DVB (6078): Coding style fix drivers/media/video/zr36016.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 b9758df commit f518b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/zr36016.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
#include<linux/videodev.h> */

/* I/O commands, error codes */
#include<asm/io.h>
#include <asm/io.h>
//#include<errno.h>

/* v4l API */
#include<linux/videodev.h>
#include <linux/videodev.h>

/* headerfile of this module */
#include"zr36016.h"
Expand Down

0 comments on commit f518b43

Please sign in to comment.