From patchwork Wed Jun 22 16:02:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Jian X-Patchwork-Id: 583962 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 E8B8EC43334 for ; Wed, 22 Jun 2022 16:03:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245383AbiFVQDv (ORCPT ); Wed, 22 Jun 2022 12:03:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376477AbiFVQDg (ORCPT ); Wed, 22 Jun 2022 12:03:36 -0400 Received: from smtpbg.qq.com (smtpbg136.qq.com [106.55.201.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07B591E3DF; Wed, 22 Jun 2022 09:03:28 -0700 (PDT) X-QQ-mid: bizesmtp66t1655913748tr800lv5 Received: from ubuntu.localdomain ( [106.117.78.84]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 23 Jun 2022 00:02:23 +0800 (CST) X-QQ-SSF: 01000000000000B0C000000A0000000 X-QQ-FEAT: YOSTkFbe9CSyz/zu6cMhmhprXNt8fTAqSnfj4q7NBl4jnkj+u1ffUymLkSXp5 TJU+xp5mPxj90COzqGCwzVLk4mtVIpA879BffJjzzMd8l2iiZxDYGry8jHPW6sGOKnouPnn 03Uvwj4RyYxjFFWlfPL7+EwSzdjmZugRRx4Owr2BoP/J5NqZeIVQar4iQV30ZZ/hpbdYjWI m/NtxfysgkCAyRCjSX3Wm3LUmOTmDed673wZuJuGs/iOPgHKDmSBs+Cev9Kw9I5tVw/qvZO 7h7LU5n0/BvBP7qB/KjLHlLBSulcxHAgIVR1O61D3G4QWJ X-QQ-GoodBg: 0 From: Jiang Jian To: herbert@gondor.apana.org.au, davem@davemloft.net Cc: gcherian@marvell.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] crypto: cavium - fix typos in comments Date: Thu, 23 Jun 2022 00:02:22 +0800 Message-Id: <20220622160222.10753-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam7 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Replace 'is' with 'it' file: drivers/crypto/cavium/cpt/cpt_hw_types.h line: 268 * which if the line hits and is is dirty will cause the line to be changed to: * which if the line hits and it is dirty will cause the line to be Signed-off-by: Jiang Jian --- drivers/crypto/cavium/cpt/cpt_hw_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/cavium/cpt/cpt_hw_types.h b/drivers/crypto/cavium/cpt/cpt_hw_types.h index 96bc963bb804..8ec6edc69f3f 100644 --- a/drivers/crypto/cavium/cpt/cpt_hw_types.h +++ b/drivers/crypto/cavium/cpt/cpt_hw_types.h @@ -265,7 +265,7 @@ union cptx_pf_exe_bist_status { * big-endian format in memory. * iqb_ldwb:1 [7:7](R/W) Instruction load don't write back. * 0 = The hardware issues NCB transient load (LDT) towards the cache, - * which if the line hits and is is dirty will cause the line to be + * which if the line hits and it is dirty will cause the line to be * written back before being replaced. * 1 = The hardware issues NCB LDWB read-and-invalidate command towards * the cache when fetching the last word of instructions; as a result the