From patchwork Tue Jun 21 10:27:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Jian X-Patchwork-Id: 583969 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB738C43334 for ; Tue, 21 Jun 2022 10:29:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348488AbiFUK3G (ORCPT ); Tue, 21 Jun 2022 06:29:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348964AbiFUK2v (ORCPT ); Tue, 21 Jun 2022 06:28:51 -0400 Received: from smtpbg.qq.com (smtpbg139.qq.com [175.27.65.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7852F28706; Tue, 21 Jun 2022 03:28:47 -0700 (PDT) X-QQ-mid: bizesmtp83t1655807260t088i07k Received: from ubuntu.localdomain ( [106.117.99.68]) by bizesmtp.qq.com (ESMTP) with id ; Tue, 21 Jun 2022 18:27:36 +0800 (CST) X-QQ-SSF: 0100000000700030B000B00A0000000 X-QQ-FEAT: YBQGNezXUiwIqjxaWcZ7SUz+aJX8MC3LAZMxrfwx1SwdXzk/7fTg3ChCOUkAJ m3oykKjZs0+5/bYtl+zA5bcbFVSw05V4WPN81w2ysTJMCV68vglZLefu7yrJYkNiyDPIjsR KrImtoLgIy/blkQQcJv1lHpibda2kL+wPibfiaZpGsP314b3vNwJ2OrZGG4vbEbEMOJV2Ej 4DI9qTWEnt5+qz+nMCqM9A6Mj6K0jMDKRO0UD0q/Cm+vNLvPxc1fz4F/2rvUOFYb5owXJUm CpKi3h4Yyhlfy49I2mSDgt+qQt6BmQBeLiIEX4I2F+Gr58A+LlHhGHxvyRC0TDkrbfEAkAe Vb86h7bvduVSsSe+krwQfnMKcxb9A== X-QQ-GoodBg: 0 From: Jiang Jian To: herbert@gondor.apana.org.au, davem@davemloft.net Cc: Julia.Lawall@inria.fr, jiangjian@cdjrlc.com, hanyihao@vivo.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] crypto: ux500/hash - drop unexpected word "the" Date: Tue, 21 Jun 2022 18:27:33 +0800 Message-Id: <20220621102733.88445-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam6 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org there is an unexpected word "the" in the comments that need to be dropped >- * specified in the the hw design spec. Either due to incorrect info in the >+ * specified in the hw design spec. Either due to incorrect info in the Signed-off-by: Jiang Jian --- drivers/crypto/ux500/hash/hash_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c index 265ef3e96fdd..f104e8a43036 100644 --- a/drivers/crypto/ux500/hash/hash_core.c +++ b/drivers/crypto/ux500/hash/hash_core.c @@ -421,7 +421,7 @@ static int hash_get_device_data(struct hash_ctx *ctx, * @keylen: The lengt of the key. * * Note! This function DOES NOT write to the NBLW registry, even though - * specified in the the hw design spec. Either due to incorrect info in the + * specified in the hw design spec. Either due to incorrect info in the * spec or due to a bug in the hw. */ static void hash_hw_write_key(struct hash_device_data *device_data,