lkml.org 
[lkml]   [2022]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] bus: fsl-mc-msi: drop unexpected word 'for' in comments
Date
there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/bus/fsl-mc/fsl-mc-msi.c
line - 99

* IRQ is for for a child device of mc_bus_dev

changed to:

* IRQ is for a child device of mc_bus_dev

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
drivers/bus/fsl-mc/fsl-mc-msi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/fsl-mc/fsl-mc-msi.c b/drivers/bus/fsl-mc/fsl-mc-msi.c
index 0cfe859a4ac4..df3318f1a292 100644
--- a/drivers/bus/fsl-mc/fsl-mc-msi.c
+++ b/drivers/bus/fsl-mc/fsl-mc-msi.c
@@ -96,7 +96,7 @@ static void __fsl_mc_msi_write_msg(struct fsl_mc_device *mc_bus_dev,
}
} else {
/*
- * IRQ is for for a child device of mc_bus_dev
+ * IRQ is for a child device of mc_bus_dev
*/
error = dprc_set_obj_irq(mc_bus_dev->mc_io,
MC_CMD_FLAG_INTR_DIS | MC_CMD_FLAG_PRI,
--
2.17.1
\
 
 \ /
  Last update: 2022-06-23 12:37    [W:0.050 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site