From nobody Fri Apr 3 00:52:43 2026 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 F3D13C6FA86 for ; Sun, 18 Sep 2022 10:03:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229629AbiIRKDq (ORCPT ); Sun, 18 Sep 2022 06:03:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230103AbiIRKDf (ORCPT ); Sun, 18 Sep 2022 06:03:35 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82BFF9FC0 for ; Sun, 18 Sep 2022 03:03:33 -0700 (PDT) X-QQ-mid: bizesmtp90t1663495399tfsln7an Received: from localhost.localdomain ( [125.70.163.64]) by bizesmtp.qq.com (ESMTP) with id ; Sun, 18 Sep 2022 18:03:18 +0800 (CST) X-QQ-SSF: 01000000002000E0G000B00A0000000 X-QQ-FEAT: fs34Pe/+C2TRiMqqhKF4AXIaqHle7Mw/nPizJAgtz86EMeJ+GV+Q7ksrPY16M c2R9hNFiy/Sr/kU6zCtQAxxmCYa+Grg2mngUjAnmFbCDCGn80GBK02ccB1ASBN5YZiP2dQr MnVErtJJQZ54wMM0wI8/PxwpfcljlJ+LT75wHZtcB/9MGBGw5xu6edaz+DnxuqP5C+et3Zn jmunWGBmjhsyAy7hC/wwkpLwb7mBVw0sWNHdTQvJRe1rXHxQCLwtIC7zBBcME4RQnhxhxax ctGnc/Bi5hgy7cqm0Sm8wZCSjxTt7bOxd+kZAWkWnCfw4mi+nS7kLP+F9QlkMHTKXaWgEtD QUVuqLdshFVZGEksCRfvFPXNhRU/rqZDswZn27MdnZip6l2pcT1qWd+BcbhRw== X-QQ-GoodBg: 0 From: Jilin Yuan To: fbarrat@linux.ibm.com, ajd@linux.ibm.com, arnd@arndb.de, gregkh@linuxfoundation.org Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] cxl: fix repeated words in comments Date: Sun, 18 Sep 2022 18:03:12 +0800 Message-Id: <20220918100312.26836-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'dont'. Signed-off-by: Jilin Yuan --- drivers/misc/cxl/native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c index 50b0c44bb8d7..6957946a6463 100644 --- a/drivers/misc/cxl/native.c +++ b/drivers/misc/cxl/native.c @@ -920,7 +920,7 @@ int cxl_attach_dedicated_process_psl9(struct cxl_contex= t *ctx, u64 wed, u64 amr) * Ideally we should do a wmb() here to make sure the changes to the * PE are visible to the card before we call afu_enable. * On ppc64 though all mmios are preceded by a 'sync' instruction hence - * we dont dont need one here. + * we dont need one here. */ =20 result =3D cxl_ops->afu_reset(afu); --=20 2.36.1