diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-06 08:17:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-28 05:44:36 -0400 |
commit | 6ac7d11527a31d01b566a5c45369180e326ff4f1 (patch) | |
tree | f6e8769b060c477a9eee2a11f3721769438363ee /drivers/media | |
parent | 954bd6d1c9f6a545a594517b1a4aa9262b613f14 (diff) |
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')
-rw-r--r-- | drivers/media/video/zoran/zr36016.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/zoran/zr36016.c b/drivers/media/video/zoran/zr36016.c index 21c088ea904..b87ddba8608 100644 --- a/drivers/media/video/zoran/zr36016.c +++ b/drivers/media/video/zoran/zr36016.c | |||
@@ -40,10 +40,10 @@ | |||
40 | /* v4l API */ | 40 | /* v4l API */ |
41 | 41 | ||
42 | /* headerfile of this module */ | 42 | /* headerfile of this module */ |
43 | #include"zr36016.h" | 43 | #include "zr36016.h" |
44 | 44 | ||
45 | /* codec io API */ | 45 | /* codec io API */ |
46 | #include"videocodec.h" | 46 | #include "videocodec.h" |
47 | 47 | ||
48 | /* it doesn't make sense to have more than 20 or so, | 48 | /* it doesn't make sense to have more than 20 or so, |
49 | just to prevent some unwanted loops */ | 49 | just to prevent some unwanted loops */ |