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 /arch/parisc/include/asm | |
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 'arch/parisc/include/asm')
-rw-r--r-- | arch/parisc/include/asm/compat_rt_sigframe.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/compat_rt_sigframe.h b/arch/parisc/include/asm/compat_rt_sigframe.h index 81bec28bdc48..b3f95a7f18b4 100644 --- a/arch/parisc/include/asm/compat_rt_sigframe.h +++ b/arch/parisc/include/asm/compat_rt_sigframe.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #include<linux/compat.h> | 1 | #include <linux/compat.h> |
2 | #include<linux/compat_siginfo.h> | 2 | #include <linux/compat_siginfo.h> |
3 | #include<asm/compat_ucontext.h> | 3 | #include <asm/compat_ucontext.h> |
4 | 4 | ||
5 | #ifndef _ASM_PARISC_COMPAT_RT_SIGFRAME_H | 5 | #ifndef _ASM_PARISC_COMPAT_RT_SIGFRAME_H |
6 | #define _ASM_PARISC_COMPAT_RT_SIGFRAME_H | 6 | #define _ASM_PARISC_COMPAT_RT_SIGFRAME_H |