Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1635418ybv; Fri, 21 Feb 2020 00:43:33 -0800 (PST) X-Google-Smtp-Source: APXvYqyoxTIX2jndSJ1E+WWQk5Qgb7tVYvvJZpsoKFQrXR/mq6YP9AlAW3dgL0HEBGZV3I2nUxBg X-Received: by 2002:aca:f587:: with SMTP id t129mr1010443oih.143.1582274613499; Fri, 21 Feb 2020 00:43:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582274613; cv=none; d=google.com; s=arc-20160816; b=ihdu1kd460ctxiqeEQsNZ7OM93xj+ElXBNWcMX58zEHH9xx+634rcZud1AprTHGi5M AHDqRowd8KvfRBa122Z0kVrPxOP2bOKHLXPPbpF39HnQBS8wyDZgTrzRYFKHzooGdOre w8fr1e/1oS4yrKCvQKoLu2BqQUWBwqPHiG3rYoJz2GsHOgPje7OTBNtWdS8zN2KxOkFe K4VpbfFXogsDhWmP8Jvvu9ge1pCt5B/xtRA/T67mIXEro/oagIWLJz7ILKG6Rnh61r15 z99ySPsXxtmC2xdemWs0Fr8K2BuMLQf3OXV3akwULop0Shg6CB0AAGNfXMbJ8rSCkRmF RP2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=7nw2Xl5N0eJ54VV5dpRJzLzu9F61TuVabjzbmzr+jd8=; b=JSVJEGWofPNDbN7SGIK8Yxnw9K3F5okXEFbksvpNXcNZ/Cac2+aDQpBBdZ7CsBUb+c OECcNDL+qwbpZCz/mJgcK0OcBv6WNjy0YK6i/RMkEr+MM5NG8wzsGSm63+iaIyOxErEY kgtsdjBz+V20XF/3mC6iKS0E64B5dzNsZ8LmF5TYmSnGvPqqOxhJnovxIneU7BQMU12H ihXIcGAR0qyctyQWiqT3p3tj70l80R1PAaDe4dasTwiRK2BPVuwucIjJT2frp51h+AbY v8Dr35ZQAS1xyfQxrLxmGNuxaM2/k83RNCeJSu9PBNOFIeUMvqCF4nGFv2LvL8I0iwsX r7qg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=BmzB5hL3; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z21si1126076oti.199.2020.02.21.00.43.21; Fri, 21 Feb 2020 00:43:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=BmzB5hL3; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731209AbgBUIlr (ORCPT + 99 others); Fri, 21 Feb 2020 03:41:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:56120 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730481AbgBUH4k (ORCPT ); Fri, 21 Feb 2020 02:56:40 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B0ED820578; Fri, 21 Feb 2020 07:56:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582271800; bh=qkr6acl5AOx9HxzNSn2Ffkl5YYxSy9LryyRo9RewjuA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BmzB5hL3xkLVZ3nAxA65I7L94eI3pmDBLAWE9Xt1VhcZj7gOez0DgsiGuEnbE6Hc4 lAYd8g24Eayvbo1a6lbVh91lUN1aP1HG1oR0qjo8bBo3r5VuXSNfH43qAo7MeV841D R9PXPM03PDFBGttTVWrbb5XH7xwYzecRytU2yF40= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Herbert Xu , Sasha Levin Subject: [PATCH 5.5 276/399] crypto: essiv - fix AEAD capitalization and preposition use in help text Date: Fri, 21 Feb 2020 08:40:01 +0100 Message-Id: <20200221072428.921963176@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200221072402.315346745@linuxfoundation.org> References: <20200221072402.315346745@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Geert Uytterhoeven [ Upstream commit ab3d436bf3e9d05f58ceaa85ff7475bfcd6e45af ] "AEAD" is capitalized everywhere else. Use "an" when followed by a written or spoken vowel. Fixes: be1eb7f78aa8fbe3 ("crypto: essiv - create wrapper template for ESSIV generation") Signed-off-by: Geert Uytterhoeven Signed-off-by: Herbert Xu Signed-off-by: Sasha Levin --- crypto/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 5575d48473bd4..cdb51d4272d0c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -511,10 +511,10 @@ config CRYPTO_ESSIV encryption. This driver implements a crypto API template that can be - instantiated either as a skcipher or as a aead (depending on the + instantiated either as an skcipher or as an AEAD (depending on the type of the first template argument), and which defers encryption and decryption requests to the encapsulated cipher after applying - ESSIV to the input IV. Note that in the aead case, it is assumed + ESSIV to the input IV. Note that in the AEAD case, it is assumed that the keys are presented in the same format used by the authenc template, and that the IV appears at the end of the authenticated associated data (AAD) region (which is how dm-crypt uses it.) -- 2.20.1