diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-03-03 10:46:04 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-03-03 10:46:04 -0500 |
commit | 62070fa42c4ac23d1d71146a4c14702302b80245 (patch) | |
tree | b24cce735904e19299c6206301ec1a507b2785f1 /scripts/mod/modpost.h | |
parent | e11f04962cee8f7fb0dc14983a7a461ade8f71c3 (diff) |
kbuild: kill trailing whitespace in modpost & friends
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/mod/modpost.h')
-rw-r--r-- | scripts/mod/modpost.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index 3b5319dd937f..b14255c72a37 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h | |||
@@ -13,8 +13,8 @@ | |||
13 | 13 | ||
14 | #if KERNEL_ELFCLASS == ELFCLASS32 | 14 | #if KERNEL_ELFCLASS == ELFCLASS32 |
15 | 15 | ||
16 | #define Elf_Ehdr Elf32_Ehdr | 16 | #define Elf_Ehdr Elf32_Ehdr |
17 | #define Elf_Shdr Elf32_Shdr | 17 | #define Elf_Shdr Elf32_Shdr |
18 | #define Elf_Sym Elf32_Sym | 18 | #define Elf_Sym Elf32_Sym |
19 | #define Elf_Addr Elf32_Addr | 19 | #define Elf_Addr Elf32_Addr |
20 | #define Elf_Section Elf32_Section | 20 | #define Elf_Section Elf32_Section |
@@ -26,8 +26,8 @@ | |||
26 | #define ELF_R_TYPE ELF32_R_TYPE | 26 | #define ELF_R_TYPE ELF32_R_TYPE |
27 | #else | 27 | #else |
28 | 28 | ||
29 | #define Elf_Ehdr Elf64_Ehdr | 29 | #define Elf_Ehdr Elf64_Ehdr |
30 | #define Elf_Shdr Elf64_Shdr | 30 | #define Elf_Shdr Elf64_Shdr |
31 | #define Elf_Sym Elf64_Sym | 31 | #define Elf_Sym Elf64_Sym |
32 | #define Elf_Addr Elf64_Addr | 32 | #define Elf_Addr Elf64_Addr |
33 | #define Elf_Section Elf64_Section | 33 | #define Elf_Section Elf64_Section |