summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-10-21 01:28:57 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-10-21 01:28:57 +0000
commit98d6ac3762306005c19f060a42d6aad20aaf3af2 (patch)
treea73752cc742bbfb8a9440f74eaa1f670696c5cdf /fs
parent4ef3c00a0b07825cb82666f685d264d0c191ad4c (diff)
Remove confusing ``+'' which Linus didn't like ...
Diffstat (limited to 'fs')
-rw-r--r--fs/binfmt_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
index dd7ee459b..ec1891598 100644
--- a/fs/binfmt_elf.c
+++ b/fs/binfmt_elf.c
@@ -293,7 +293,7 @@ static unsigned long load_elf_interp(struct elfhdr * interp_elf_ex,
goto out_close;
if (!load_addr_set && interp_elf_ex->e_type == ET_DYN) {
- load_addr = map_addr - + ELF_PAGESTART(vaddr);
+ load_addr = map_addr - ELF_PAGESTART(vaddr);
load_addr_set = 1;
}