aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2015-10-26 15:47:57 +0000
committerAl Viro <viro@zeniv.linux.org.uk>2015-11-11 02:19:21 -0500
commit54d15714f7497094a0839537f0d47946edb45761 (patch)
tree0565c155b44abb765a1105656f76dadcfb8dc9c8 /fs
parentfs: fix writeback.c kernel-doc warnings (diff)
downloadlinux-dev-54d15714f7497094a0839537f0d47946edb45761.tar.xz
linux-dev-54d15714f7497094a0839537f0d47946edb45761.zip
binfmt_elf: Correct `arch_check_elf's description
Correct `arch_check_elf's description, mistakenly copied and pasted from `arch_elf_pt_proc'. Signed-off-by: Maciej W. Rozycki <macro@imgtec.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 e6572a665b2e..b0b9a779f9ac 100644
--- a/fs/binfmt_elf.c
+++ b/fs/binfmt_elf.c
@@ -487,7 +487,7 @@ static inline int arch_elf_pt_proc(struct elfhdr *ehdr,
}
/**
- * arch_check_elf() - check a PT_LOPROC..PT_HIPROC ELF program header
+ * arch_check_elf() - check an ELF executable
* @ehdr: The main ELF header
* @has_interp: True if the ELF has an interpreter, else false.
* @state: Architecture-specific state preserved throughout the process