From patchwork Tue Jul 7 18:04:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650813 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 7F36913B1 for ; Wed, 8 Jul 2020 07:08:06 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5DA67206DF for ; Wed, 8 Jul 2020 07:08:06 +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="f7ohGBtS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5DA67206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C79E46E888; Wed, 8 Jul 2020 07:06:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F6806E0F8 for ; Tue, 7 Jul 2020 18:07:55 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=tPwwCvf342z6zeuNFfuY5usY2zScx9Hl+AJvysbkDIU=; b=f7ohGBtS6/FTaOWSZJnKjLpqpr ajWcwxdymujTQPeTQ6sYri3e9ZRw9klUBkpu+kCnwE+4+cQlo/AOoiz+xrT9RK0b3oXtfsxCCQpF6 MpJhpvuBlE2bqoTfrsWmPrCYxbfJVWYPO+kLbpmZC67XnBqB+v7sHK1CXrKdg+6m8QksTnBCXAmgH o+JXRgM01RG04D1UJWPpesRYuB8y4f61y1zfzUV0JuSuitDE+V8bS2SqsnP7v0xeaTTqVQvXBC358 3rVgL9fCtD0YP7/mcF4IdSOzKVN169+bMJeTKzhJY3xt/4ok/elUGmc7zB6TQANJAZS1x0qJtmZKw D7N9DblA==; 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 1jss0M-0004JY-Kq; Tue, 07 Jul 2020 18:07:43 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 18/20] Documentation: security/keys: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:12 -0700 Message-Id: <20200707180414.10467-19-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "in". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: James Bottomley Cc: Jarkko Sakkinen Cc: Mimi Zohar Cc: linux-integrity@vger.kernel.org Cc: keyrings@vger.kernel.org Acked-by: Jarkko Sakkinen Reviewed-by: Mimi Zohar --- Documentation/security/keys/trusted-encrypted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/security/keys/trusted-encrypted.rst +++ linux-next-20200701/Documentation/security/keys/trusted-encrypted.rst @@ -200,7 +200,7 @@ Load an encrypted key "evm" from saved b 24717c64 5972dcb82ab2dde83376d82b2e3c09ffc Other uses for trusted and encrypted keys, such as for disk and file encryption -are anticipated. In particular the new format 'ecryptfs' has been defined in +are anticipated. In particular the new format 'ecryptfs' has been defined in order to use encrypted keys to mount an eCryptfs filesystem. More details about the usage can be found in the file ``Documentation/security/keys/ecryptfs.rst``.