aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-24 21:42:03 +0000
committerSantosh Shilimkar <[email protected]>2020-07-24 21:42:03 +0000
commit2ea17d504a0ee9b357a5fd2bde257c2ec37ceca7 (patch)
treeba37092f82224832b88febc682367e2367d08fc0
parentsoc: ti: k3: fix semicolon.cocci warnings (diff)
downloadkernel-2ea17d504a0ee9b357a5fd2bde257c2ec37ceca7.tar.gz
kernel-2ea17d504a0ee9b357a5fd2bde257c2ec37ceca7.zip
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 <[email protected]> Reviewed-by: Tero Kristo <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
-rw-r--r--include/linux/soc/ti/ti_sci_protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/soc/ti/ti_sci_protocol.h b/include/linux/soc/ti/ti_sci_protocol.h
index 9531ec823298..6c728dad8c10 100644
--- a/include/linux/soc/ti/ti_sci_protocol.h
+++ b/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.
*/