binfmt_elf: Correct `arch_check_elf's description
authorMaciej W. Rozycki <macro@imgtec.com>
Mon, 26 Oct 2015 15:47:57 +0000 (15:47 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Nov 2015 07:19:21 +0000 (02:19 -0500)
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>
fs/binfmt_elf.c

index e6572a665b2e239f06619747ba69cfac3244aa02..b0b9a779f9acb737c098efa68ba9e764da81db05 100644 (file)
@@ -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