forked from luck/tmp_suning_uos_patched
treewide: Put a space between #include and FILE
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
954bd6d1c9
commit
6ac7d11527
|
@ -24,7 +24,7 @@
|
|||
#ifndef __PLAT_GPIO_CFG_H
|
||||
#define __PLAT_GPIO_CFG_H __FILE__
|
||||
|
||||
#include<linux/types.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
typedef unsigned int __bitwise__ samsung_gpio_pull_t;
|
||||
typedef unsigned int __bitwise__ s5p_gpio_drvstr_t;
|
||||
|
|
|
@ -12,7 +12,7 @@ EXPORT_SYMBOL(memset);
|
|||
EXPORT_SYMBOL(memcpy);
|
||||
EXPORT_SYMBOL(strlen);
|
||||
|
||||
#include<asm/pgtable.h>
|
||||
#include <asm/pgtable.h>
|
||||
EXPORT_SYMBOL_GPL(empty_zero_page);
|
||||
|
||||
#include <asm/checksum.h>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
*/
|
||||
|
||||
|
||||
#include<linux/kernel.h>
|
||||
#include<linux/module.h>
|
||||
#include<asm/fpswa.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
#include <asm/fpswa.h>
|
||||
|
||||
#include "vcpu.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include<linux/compat.h>
|
||||
#include<linux/compat_siginfo.h>
|
||||
#include<asm/compat_ucontext.h>
|
||||
#include <linux/compat.h>
|
||||
#include <linux/compat_siginfo.h>
|
||||
#include <asm/compat_ucontext.h>
|
||||
|
||||
#ifndef _ASM_PARISC_COMPAT_RT_SIGFRAME_H
|
||||
#define _ASM_PARISC_COMPAT_RT_SIGFRAME_H
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <linux/device.h>
|
||||
|
||||
#include "iwl-io.h"
|
||||
#include"iwl-csr.h"
|
||||
#include "iwl-csr.h"
|
||||
#include "iwl-debug.h"
|
||||
|
||||
#define IWL_POLL_INTERVAL 10 /* microseconds */
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#define SCSI_BUF_PA(address) isa_virt_to_bus(address)
|
||||
#define SCSI_SG_PA(sgent) (isa_page_to_bus(sg_page((sgent))) + (sgent)->offset)
|
||||
|
||||
#include<linux/stat.h>
|
||||
#include <linux/stat.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DEB(x) x
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
#define INLINE static __inline
|
||||
#endif
|
||||
|
||||
#include<linux/slab.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
#define S626_SIZE 0x0200
|
||||
#define SIZEOF_ADDRESS_SPACE 0x0200
|
||||
|
|
Loading…
Reference in New Issue
Block a user