* [RFC][PATCH] Coding style fix drivers/media/video/zr36050.c
@ 2007-08-01 15:03 Michal Piotrowski
0 siblings, 0 replies; only message in thread
From: Michal Piotrowski @ 2007-08-01 15:03 UTC (permalink / raw)
To: Andrew Morton, Wolfgang Scherr, LKML
Hi,
Coding style fix
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
--- linux-mm-clean/drivers/media/video/zr36050.c 2007-07-09 01:32:17.000000000 +0200
+++ linux-mm/drivers/media/video/zr36050.c 2007-08-01 17:01:02.000000000 +0200
@@ -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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-01 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 15:03 [RFC][PATCH] Coding style fix drivers/media/video/zr36050.c Michal Piotrowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox