diff options
| -rw-r--r-- | fs/binfmt_elf.c | 2 |
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, | |||
| 487 | } | 487 | } |
| 488 | 488 | ||
| 489 | /** | 489 | /** |
| 490 | * arch_check_elf() - check a PT_LOPROC..PT_HIPROC ELF program header | 490 | * arch_check_elf() - check an ELF executable |
| 491 | * @ehdr: The main ELF header | 491 | * @ehdr: The main ELF header |
| 492 | * @has_interp: True if the ELF has an interpreter, else false. | 492 | * @has_interp: True if the ELF has an interpreter, else false. |
| 493 | * @state: Architecture-specific state preserved throughout the process | 493 | * @state: Architecture-specific state preserved throughout the process |
