[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200719003145.21100-1-rdunlap@infradead.org>
Date: Sat, 18 Jul 2020 17:31:45 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>, Nishanth Menon <nm@...com>,
Tero Kristo <t-kristo@...com>,
Santosh Shilimkar <ssantosh@...nel.org>,
Lokesh Vutla <lokeshvutla@...com>,
Arnd Bergmann <arnd@...db.de>,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH] soc: ti/ti_sci_protocol.h: drop a duplicated word + clarify
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 <rdunlap@...radead.org>
Cc: Nishanth Menon <nm@...com>
Cc: Tero Kristo <t-kristo@...com>
Cc: Santosh Shilimkar <ssantosh@...nel.org>
Cc: Lokesh Vutla <lokeshvutla@...com>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: linux-arm-kernel@...ts.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.
*/
Powered by blists - more mailing lists