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 E4CACC433FE for ; Wed, 6 Oct 2021 07:24:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C2BE761100 for ; Wed, 6 Oct 2021 07:24:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237378AbhJFHZy (ORCPT ); Wed, 6 Oct 2021 03:25:54 -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-kernel@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