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=-9.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 DEF30C433E1 for ; Sun, 19 Jul 2020 00:31:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B869B208B3 for ; Sun, 19 Jul 2020 00:31:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="MSNQl4tX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726945AbgGSAbx (ORCPT ); Sat, 18 Jul 2020 20:31:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726242AbgGSAbx (ORCPT ); Sat, 18 Jul 2020 20:31:53 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0B71C0619D2 for ; Sat, 18 Jul 2020 17:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=IEIFGEJUz4nV4iYKrpXYIjqezeRPWTZDKz15XILzjgk=; b=MSNQl4tXS6qA+JcjkEIV0z91ya 0nghPAyg0g6P2HklukzoD5vbRfvcQG2uAoDXG2JiUPm/TiAhJQp3QOI6mfYXBodfhNRjikGTFrGIW GcagQYlKPLXbDu5pYjtO+CVCiEMJYwV1NYtolSERSg+gWiQi3SduzqrQKNPYnN0OWyqFfMDpHZ+nx YCW1l15qO2tXA90lYEE8xp+Cwcfgi72v7cFtjPzeA4Fp5LSxujwSMHX8cSgyfltlYhTB+wRjXr6lu J0ohWo99HEZmKHbTuXHjet0MQQFWVyhfmszEE8Ik3xzofz88UcI3yhzqtYcavUISSfRNCS8TPAATV 9RL7ZpHw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwxF8-0002xA-9X; Sun, 19 Jul 2020 00:31:50 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Nishanth Menon , Tero Kristo , Santosh Shilimkar , Lokesh Vutla , Arnd Bergmann , linux-arm-kernel@lists.infradead.org Subject: [PATCH] soc: ti/ti_sci_protocol.h: drop a duplicated word + clarify Date: Sat, 18 Jul 2020 17:31:45 -0700 Message-Id: <20200719003145.21100-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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. */ 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=-10.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 091E8C433E1 for ; Sun, 19 Jul 2020 00:33:31 +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 C9E1621775 for ; Sun, 19 Jul 2020 00:33:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="CnVsMuSx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C9E1621775 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org 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-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=z7QSzeQGyn47npzUBWgs3dNLJvlt5FSM790uu88YFPU=; b=CnVsMuSx0coUlPZFcWAUK7cDYy 8xCaXtGPffqVGv5Cmxl/vf8t4GhitRowa9QPa2gmM5WorTwh9NhznBwBGNqbaVuG1TviprYfMwBZY qFgj184ZAIVJSv/6+77okRkn4Nh7exZoI4akm2bfRoIxDkZlkqpte/h0uTwFsQQ4KUsNAJmVp8C5d N+HLg3ae/Vudvp8HHQeUdNXBJKX07tbF2y+eoQUlx7pRK662xFyrVidmDRHN3wKlsw9s0DL6qsn+y 9Np7YU7WhB9DwgDohHrYtuSiF2aNH5FJKMf+XSmAFx212XfsygNMM3vUMeR8CyHmJnrekrFeLcov1 6qzidFkg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwxFA-0002xv-C6; Sun, 19 Jul 2020 00:31:52 +0000 Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwxF8-0002xA-9X; Sun, 19 Jul 2020 00:31:50 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH] soc: ti/ti_sci_protocol.h: drop a duplicated word + clarify Date: Sat, 18 Jul 2020 17:31:45 -0700 Message-Id: <20200719003145.21100-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 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 , Arnd Bergmann , Lokesh Vutla , Randy Dunlap , Tero Kristo , Santosh Shilimkar , linux-arm-kernel@lists.infradead.org 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 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 --- 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. */ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel