diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-06 14:17:46 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-28 11:44:36 +0200 |
commit | 6ac7d11527a31d01b566a5c45369180e326ff4f1 (patch) | |
tree | f6e8769b060c477a9eee2a11f3721769438363ee /drivers/media | |
parent | 954bd6d1c9f6a545a594517b1a4aa9262b613f14 (diff) | |
download | linux-3.10-6ac7d11527a31d01b566a5c45369180e326ff4f1.tar.gz linux-3.10-6ac7d11527a31d01b566a5c45369180e326ff4f1.tar.bz2 linux-3.10-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')
-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 @@ /* 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 */ |