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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 41532C433DF for ; Mon, 20 Jul 2020 07:28:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 04CC5207DF for ; Mon, 20 Jul 2020 07:28:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="W5mHTqxI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726996AbgGTH2u (ORCPT ); Mon, 20 Jul 2020 03:28:50 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:51364 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725845AbgGTH2u (ORCPT ); Mon, 20 Jul 2020 03:28:50 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 06K7Sagj001411; Mon, 20 Jul 2020 02:28:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1595230116; bh=4tf5ULnVtQ9E433Ndn2ggyp9DNG66VBQs5JJ6heww+Q=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=W5mHTqxIVIorxFWFvz6oSBjYdtapN5W/a4pXu2X/Yidn7jal5VIQUR/GUK8pA1Mxb 5rQprs9CxEpSXBZiRrmarq5ckCWkpi7pSWpso2QKEE1tMWagItFxtPYpryibFF3aBT mYFdmW9jzvrsBCAsUjhPzssD8gEN+ORrH+LOob5I= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 06K7SanY050304 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 20 Jul 2020 02:28:36 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 20 Jul 2020 02:28:36 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 20 Jul 2020 02:28:36 -0500 Received: from [127.0.0.1] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 06K7SXi5064729; Mon, 20 Jul 2020 02:28:34 -0500 Subject: Re: [PATCH] soc: ti/ti_sci_protocol.h: drop a duplicated word + clarify To: Randy Dunlap , CC: Nishanth Menon , Santosh Shilimkar , Lokesh Vutla , Arnd Bergmann , References: <20200719003145.21100-1-rdunlap@infradead.org> From: Tero Kristo Message-ID: <54d19b9e-2439-eed2-ff8e-82a1acb4ff33@ti.com> Date: Mon, 20 Jul 2020 10:28:32 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200719003145.21100-1-rdunlap@infradead.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/07/2020 03:31, Randy Dunlap wrote: > Drop the repeated word "an" in a comment. > Insert "and" between "source" and "destination" as is done a few > lines earlier. > > Signed-off-by: Randy Dunlap > Cc: Nishanth Menon > Cc: Tero Kristo > Cc: Santosh Shilimkar > Cc: Lokesh Vutla > Cc: Arnd Bergmann > Cc: linux-arm-kernel@lists.infradead.org Reviewed-by: Tero Kristo > --- > include/linux/soc/ti/ti_sci_protocol.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > --- linux-next-20200717.orig/include/linux/soc/ti/ti_sci_protocol.h > +++ linux-next-20200717/include/linux/soc/ti/ti_sci_protocol.h > @@ -226,8 +226,8 @@ struct ti_sci_rm_core_ops { > * and destination > * @set_event_map: Set an Event based peripheral irq to Interrupt > * Aggregator. > - * @free_irq: Free an an IRQ route between the requested source > - * destination. > + * @free_irq: Free an IRQ route between the requested source > + * and destination. > * @free_event_map: Free an event based peripheral irq to Interrupt > * Aggregator. > */ > -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki 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=-8.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 93E95C433E4 for ; Mon, 20 Jul 2020 07:30:46 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 6401B207DF for ; Mon, 20 Jul 2020 07:30:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ZdxNZiJ/"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="W5mHTqxI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6401B207DF Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=rJJmN86pL69clL11iFt4L5RmkCA/fM2xdU9YnLOJva8=; b=ZdxNZiJ/Ob+laX1blOAT+rQlV at+Amn1Cwlv7LRrVsadTit7dBVdeVlJqq3j4nxIHhCconwvygS1i4Qjpr+5Lo9+T5RU10FF6Jknd4 3wINNhLzycDxW2brT5ecyt4T0z7oGpiKErYBrZfAINc7EVusyo2My7zneVhpSRe/TWweagH2TLtrl 6IY0bJ1+j2RxopHafVHRw7OeA4qIMCqrNPE7vGeN/Oi6dVmTMrH0xUpN1oeSOSCogr7B1SLjpo5mC D+w6ZVyTMozumd1JWxsGr9AfIeMJOFYuyf6cg04rMYDC0Q0jyoRQZX4D9vpIb3ASDog+2t0JyTXlN qnVXrxLrQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxQEF-0003fH-3y; Mon, 20 Jul 2020 07:28:51 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxQEC-0003eP-K1 for linux-arm-kernel@lists.infradead.org; Mon, 20 Jul 2020 07:28:49 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 06K7Sagj001411; Mon, 20 Jul 2020 02:28:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1595230116; bh=4tf5ULnVtQ9E433Ndn2ggyp9DNG66VBQs5JJ6heww+Q=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=W5mHTqxIVIorxFWFvz6oSBjYdtapN5W/a4pXu2X/Yidn7jal5VIQUR/GUK8pA1Mxb 5rQprs9CxEpSXBZiRrmarq5ckCWkpi7pSWpso2QKEE1tMWagItFxtPYpryibFF3aBT mYFdmW9jzvrsBCAsUjhPzssD8gEN+ORrH+LOob5I= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 06K7SanY050304 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 20 Jul 2020 02:28:36 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 20 Jul 2020 02:28:36 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 20 Jul 2020 02:28:36 -0500 Received: from [127.0.0.1] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 06K7SXi5064729; Mon, 20 Jul 2020 02:28:34 -0500 Subject: Re: [PATCH] soc: ti/ti_sci_protocol.h: drop a duplicated word + clarify To: Randy Dunlap , References: <20200719003145.21100-1-rdunlap@infradead.org> From: Tero Kristo Message-ID: <54d19b9e-2439-eed2-ff8e-82a1acb4ff33@ti.com> Date: Mon, 20 Jul 2020 10:28:32 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200719003145.21100-1-rdunlap@infradead.org> Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200720_032848_802849_E8265235 X-CRM114-Status: GOOD ( 15.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , Lokesh Vutla , linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Santosh Shilimkar Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 19/07/2020 03:31, Randy Dunlap wrote: > Drop the repeated word "an" in a comment. > Insert "and" between "source" and "destination" as is done a few > lines earlier. > > Signed-off-by: Randy Dunlap > Cc: Nishanth Menon > Cc: Tero Kristo > Cc: Santosh Shilimkar > Cc: Lokesh Vutla > Cc: Arnd Bergmann > Cc: linux-arm-kernel@lists.infradead.org Reviewed-by: Tero Kristo > --- > include/linux/soc/ti/ti_sci_protocol.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > --- linux-next-20200717.orig/include/linux/soc/ti/ti_sci_protocol.h > +++ linux-next-20200717/include/linux/soc/ti/ti_sci_protocol.h > @@ -226,8 +226,8 @@ struct ti_sci_rm_core_ops { > * and destination > * @set_event_map: Set an Event based peripheral irq to Interrupt > * Aggregator. > - * @free_irq: Free an an IRQ route between the requested source > - * destination. > + * @free_irq: Free an IRQ route between the requested source > + * and destination. > * @free_event_map: Free an event based peripheral irq to Interrupt > * Aggregator. > */ > -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel