Skip to content

Commit

Permalink
binfmt_elf: Correct `arch_check_elf's description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maciej W. Rozycki authored and Al Viro committed Nov 11, 2015
1 parent 88a578d commit 54d1571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/binfmt_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54d1571

Please sign in to comment.