From patchwork Sun Jul 19 00:31:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11672091 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 63E19138C for ; Sun, 19 Jul 2020 00:33:34 +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 3E1D621775 for ; Sun, 19 Jul 2020 00:33:34 +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 3E1D621775 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+patchwork-linux-arm=patchwork.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 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.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 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. */