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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77558C433EF for ; Wed, 6 Oct 2021 07:24:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4D0FD61151 for ; Wed, 6 Oct 2021 07:24:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231281AbhJFHZx (ORCPT ); Wed, 6 Oct 2021 03:25:53 -0400 Received: from muru.com ([72.249.23.125]:41298 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229861AbhJFHZx (ORCPT ); Wed, 6 Oct 2021 03:25:53 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7F94180E7; Wed, 6 Oct 2021 07:24:31 +0000 (UTC) Date: Wed, 6 Oct 2021 10:23:59 +0300 From: Tony Lindgren To: Jason Wang Cc: paul@pwsan.com, bcousson@baylibre.com, linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP2+: Fix typo in some comments Message-ID: References: <20210824120123.10899-1-wangborong@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210824120123.10899-1-wangborong@cdjrlc.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Jason Wang [210824 15:04]: > The double `the' in comment "get a struct clk * for the the hwmod's ..." > is repeated. Therefore, we should remove one of them from the comments. Thanks applying into omap-for-v5.16/soc. Tony 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5568AC433EF for ; Wed, 6 Oct 2021 07:25:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 22C5261131 for ; Wed, 6 Oct 2021 07:25:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 22C5261131 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+kvUKatYiMzSOeZ2sKB/eO2IL3IoJaIeLLqhoAHdu2s=; b=dkXA1e5IOba+MM /vE12rG55V9ChGaLxaOHPVHaH/FCG1YSsJNevNG6vfGwXg0zVEQp/+Cc66wp8zvdFbuRKzSv5DudP ANTz65uPI6w8Sxpq/rYhNlnGk9Ebqz+Ix2+yD89P9fMaCuXjkmUeUvlq+YwRhiGNG9pZUGKxZfDV8 zEbQO6qOw/kPQnxWUaFTRLF7S33SJ82yK7jZ3NRmw/9hJ2E2Z9GRQ7ijXbSar96qZV8YfK0vYvGK/ bK5+2piVBaLVWC7nCzcVAF54yLVfyzJbHSnsetEvRgPeohR9bncPDX5Umg8SWetPJSHvh1ybwA2EJ gYwPwxtQX8nH9ijU7CcA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mY1Hd-00DDOB-JI; Wed, 06 Oct 2021 07:24:09 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mY1HW-00DDMD-S2 for linux-arm-kernel@lists.infradead.org; Wed, 06 Oct 2021 07:24:04 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7F94180E7; Wed, 6 Oct 2021 07:24:31 +0000 (UTC) Date: Wed, 6 Oct 2021 10:23:59 +0300 From: Tony Lindgren To: Jason Wang Cc: paul@pwsan.com, bcousson@baylibre.com, linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP2+: Fix typo in some comments Message-ID: References: <20210824120123.10899-1-wangborong@cdjrlc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210824120123.10899-1-wangborong@cdjrlc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211006_002402_995159_81BEEC99 X-CRM114-Status: UNSURE ( 7.86 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Jason Wang [210824 15:04]: > The double `the' in comment "get a struct clk * for the the hwmod's ..." > is repeated. Therefore, we should remove one of them from the comments. Thanks applying into omap-for-v5.16/soc. Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel