From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFAB5C4338F for ; Tue, 3 Aug 2021 15:48:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D7BF260F93 for ; Tue, 3 Aug 2021 15:48:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237047AbhHCPsX (ORCPT ); Tue, 3 Aug 2021 11:48:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:46628 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237000AbhHCPsW (ORCPT ); Tue, 3 Aug 2021 11:48:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 51A4E60EFD; Tue, 3 Aug 2021 15:48:10 +0000 (UTC) From: Catalin Marinas To: Jason Wang , will@kernel.org Cc: nathan@kernel.org, linux-kernel@vger.kernel.org, samitolvanen@google.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: fix typo in a comment Date: Tue, 3 Aug 2021 16:48:08 +0100 Message-Id: <162800566375.22137.4299409500738989157.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210803142020.124230-1-wangborong@cdjrlc.com> References: <20210803142020.124230-1-wangborong@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 3 Aug 2021 22:20:20 +0800, Jason Wang wrote: > The double 'the' after 'If' in this comment "If the the TLB range ops > are supported..." is repeated. Consequently, one 'the' should be > removed from the comment. Applied to arm64 (for-next/misc), thanks! [1/1] arm64: fix typo in a comment https://git.kernel.org/arm64/c/312b7104f39b -- Catalin