diff mbox

binfmt_elf: Correct `arch_check_elf's description

Message ID alpine.LFD.2.20.1509062055410.10227@eddie.linux-mips.org (mailing list archive)
State Superseded
Headers show

Commit Message

Maciej W. Rozycki Sept. 6, 2015, 10:22 p.m. UTC
Correct `arch_check_elf's description, mistakenly copied and pasted from 
`arch_elf_pt_proc'.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
linux-arch-check-elf-doc-fix.diff
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: linux-org-test/fs/binfmt_elf.c
===================================================================
--- linux-org-test.orig/fs/binfmt_elf.c	2015-07-17 15:04:19.855789000 +0100
+++ linux-org-test/fs/binfmt_elf.c	2015-07-17 15:04:55.147100000 +0100
@@ -487,7 +487,7 @@  static inline int arch_elf_pt_proc(struc
 }
 
 /**
- * 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