aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2012-06-06 14:17:46 +0200
committerJiri Kosina <jkosina@suse.cz>2012-06-28 11:44:36 +0200
commit6ac7d11527a31d01b566a5c45369180e326ff4f1 (patch)
treef6e8769b060c477a9eee2a11f3721769438363ee /drivers/media/video/zoran
parentlm8333: Fix check ordering (diff)
downloadlinux-dev-6ac7d11527a31d01b566a5c45369180e326ff4f1.tar.xz
linux-dev-6ac7d11527a31d01b566a5c45369180e326ff4f1.zip
treewide: Put a space between #include and FILE
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/video/zoran')
-rw-r--r--drivers/media/video/zoran/zr36016.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/zoran/zr36016.c b/drivers/media/video/zoran/zr36016.c
index 21c088ea9046..b87ddba8608f 100644
--- a/drivers/media/video/zoran/zr36016.c
+++ b/drivers/media/video/zoran/zr36016.c
@@ -40,10 +40,10 @@
/* v4l API */
/* headerfile of this module */
-#include"zr36016.h"
+#include "zr36016.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 */