Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp98798pxb; Wed, 6 Oct 2021 00:26:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyHVq+7kavKcmiF8CvA9BrsSoBskf6JXtvEK7OxNsV3dVVeZ2i2F9yCWpRPtBH96cmwGNwz X-Received: by 2002:a17:906:eb86:: with SMTP id mh6mr12595466ejb.141.1633505169332; Wed, 06 Oct 2021 00:26:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633505169; cv=none; d=google.com; s=arc-20160816; b=QQn62JrbVTh90h1J65Yv17QcHOlnEFW11hIHlSRByE8ZzwGeOcGUAx91VwIbBrze3t Dhh/locEZ2hrb7+8YXRxpyohXSyUhTgl7NXe47z6jiC+4c+TS0wVM5I16oSum52ksmD6 u4Xqzkx+Dm2bQ+4CmLVOGLEz9zJNHEV95aHhhcse9ttOG/x3swzb6caTjCC+n0Yv96pG yatr5XiE90weuNcCKR04VlRzO5kIO7vST9+vXCB8GV/9eeSIfFw2Uw8xKMv1lvzRBrpJ UF6KemrO/aRb7XDta4lr/nrxHOym7OWHKHaM66Qm/di6mWABG7gKL92tseZhZKF9yGv1 ZKDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=kg3SEpYY4+OLgJ28iIh5vnVtlPSDkLwzXTq0Ft4835w=; b=013vdA8Q7tRBhd/RCIxRkGhLD1WSp35oAZSehSUpGOaBnhGRzaO4wXe1BgU79f9GL5 9blq28yo+8+x67ZkkQ35Iu+j9msMH68iPnV8PNxomCKiGUsRF9+ICbFYvs+cu92uTSSc XHlUINq2O3HUA4Dv/4oKTcTtoiJFZehcvDNk7kymGNpFOWARAHLA3FlJgVRXl1jCl7hZ fJ3+8mboPC+xckRu7FYn9p1u6G5tnv7ApqbbloRpZ0bU72+bucmJZ20plu0Hta02Yn8e uQQRgAxjyHB8AFuUyTWLFJFm2/2DyLxudMYPCT9QSkyAJMbMlUWBAHgtenJqvgX3VcB+ S5sQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y21si3061808eje.171.2021.10.06.00.25.32; Wed, 06 Oct 2021 00:26:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236829AbhJFHZy (ORCPT + 99 others); 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