From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Maciej W. Rozycki" Subject: [PATCH] binfmt_elf: Correct `arch_check_elf's description Date: Sun, 6 Sep 2015 23:22:45 +0100 (BST) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Al Viro Return-path: Received: from eddie.linux-mips.org ([148.251.95.138]:60221 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751561AbbIFWWt (ORCPT ); Sun, 6 Sep 2015 18:22:49 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Correct `arch_check_elf's description, mistakenly copied and pasted from `arch_elf_pt_proc'. Signed-off-by: Maciej W. Rozycki --- linux-arch-check-elf-doc-fix.diff 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