From patchwork Fri Aug 7 16:51:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11705953 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5F14813B6 for ; Fri, 7 Aug 2020 16:51:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3D6F622CAE for ; Fri, 7 Aug 2020 16:51:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="F7lDqC3M" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726726AbgHGQvP (ORCPT ); Fri, 7 Aug 2020 12:51:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725893AbgHGQvP (ORCPT ); Fri, 7 Aug 2020 12:51:15 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55A54C061756; Fri, 7 Aug 2020 09:51:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=6UugUgEElgv8wyP2hA9PnQaXqq5icyYCf5spyffiXKw=; b=F7lDqC3MU1GawLQXO5Pj9MQCHg ncRIGejFqJlY52LxQuJbl4faqUOt0e8niTIFje/egtoaB+fjKTNejKRRyyNDuV4RaeWTF+UOmy5HO 32YswRnEb0LDi3XT/ovxkPQj4FlwlwVvxw1em0godFkl/Qu8McUzbIrYBxkAa2PJX94M+W4JfiOY7 0+hZNyJ2TnAOqJhdc1MGxNyh/ircKoGxm+Gv0JttIszmOCxPdm+rnM/NGUSDiA21p4S+CyXaHykJP VufNjJJh9D2CTuDWY8+fKB7MH8+fsnjQWhF28tiYu/WtiquuWHtGsKFyIYYV7dfSoqvtE4gKNZ9zz oLJ+bZTA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k45aL-0004Ez-40; Fri, 07 Aug 2020 16:51:13 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Mimi Zohar , Dmitry Kasatkin , linux-integrity@vger.kernel.org, James Morris , "Serge E. Hallyn" , linux-security-module@vger.kernel.org Subject: [PATCH] security: ima: delete a repeated word in comments Date: Fri, 7 Aug 2020 09:51:09 -0700 Message-Id: <20200807165109.3811-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: Drop a repeated word in comments. {the} Signed-off-by: Randy Dunlap Cc: Mimi Zohar Cc: Dmitry Kasatkin Cc: linux-integrity@vger.kernel.org Cc: James Morris Cc: "Serge E. Hallyn" Cc: linux-security-module@vger.kernel.org --- security/integrity/ima/ima_policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/security/integrity/ima/ima_policy.c +++ linux-next-20200731/security/integrity/ima/ima_policy.c @@ -719,7 +719,7 @@ static int __init ima_init_arch_policy(v * ima_init_policy - initialize the default measure rules. * * ima_rules points to either the ima_default_rules or the - * the new ima_policy_rules. + * new ima_policy_rules. */ void __init ima_init_policy(void) {