From nobody Tue Apr 7 04:16:16 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 F41E6ECAAD4 for ; Wed, 31 Aug 2022 00:50:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231376AbiHaAuC (ORCPT ); Tue, 30 Aug 2022 20:50:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232134AbiHaAtq (ORCPT ); Tue, 30 Aug 2022 20:49:46 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72ACED5 for ; Tue, 30 Aug 2022 17:49:44 -0700 (PDT) X-QQ-mid: bizesmtp69t1661906962thnq9p1l Received: from localhost.localdomain ( [182.148.13.26]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 31 Aug 2022 08:49:21 +0800 (CST) X-QQ-SSF: 01000000000000D0E000000A0000000 X-QQ-FEAT: E5VoqBf3byi/RxEYnkB0AwLa8zBDUlpRF2tTlzL8C1vwovpwf/jD96EJ9dEsN rAUsAmOkgimCuWj+/CRH8A8bVUW58V3xWFCYyJtC/rwUlodaeg/suIDT97A9SL/710f5br5 sI8Nu38ci3nfLX2BIuJC44/1+c4X3f6JGHhjq+YocWXC6KQlmWEno03Wh0KWPiur/kKB+of InBmTCZTKjsIm0awul/2CcgfnAZDvgdshtGvVVTw25UV27MyQ7UGFZMPFJ7urBV8bkge2uI SA5qJO1qfpeA6tZZ2p1OyJ62VGsGhB6oPzSMOA28fVQur5AllFTPW4YhOBeRzGD54+yqbW2 Pt44f3mey/Zj2jE/kxG2d0i0IAX8PDBRTYd4dW9QMs2J6mJW5A= X-QQ-GoodBg: 0 From: Jilin Yuan To: mpe@ellerman.id.au, npiggin@gmail.com, christophe.leroy@csgroup.eu, gustavoars@kernel.org, Julia.Lawall@inria.fr Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] powerpc/vas: fix repeated words in comments Date: Wed, 31 Aug 2022 08:49:14 +0800 Message-Id: <20220831004914.37055-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 'the'. Signed-off-by: Jilin Yuan --- arch/powerpc/platforms/book3s/vas-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/book3s/vas-api.c b/arch/powerpc/platfor= ms/book3s/vas-api.c index c0799fb26b6d..40f5ae5e1238 100644 --- a/arch/powerpc/platforms/book3s/vas-api.c +++ b/arch/powerpc/platforms/book3s/vas-api.c @@ -431,7 +431,7 @@ static vm_fault_t vas_mmap_fault(struct vm_fault *vmf) * The window may be inactive due to lost credit (Ex: core * removal with DLPAR). If the window is active again when * the credit is available, map the new paste address at the - * the window virtual address. + * window virtual address. */ if (txwin->status =3D=3D VAS_WIN_ACTIVE) { paste_addr =3D cp_inst->coproc->vops->paste_addr(txwin); --=20 2.36.1