[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220214143606.2884581-1-trix@redhat.com>
Date: Mon, 14 Feb 2022 06:36:06 -0800
From: trix@...hat.com
To: broonie@...nel.org, gregkh@...uxfoundation.org, rafael@...nel.org
Cc: linux-kernel@...r.kernel.org, Tom Rix <trix@...hat.com>
Subject: [PATCH v2] regmap: irq: cleanup double word in comment
From: Tom Rix <trix@...hat.com>
Replace the second 'which' with 'the'.
Signed-off-by: Tom Rix <trix@...hat.com>
---
v2: drop spelling fix
drivers/base/regmap/regmap-irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c
index d5604f497296..9263f2715d66 100644
--- a/drivers/base/regmap/regmap-irq.c
+++ b/drivers/base/regmap/regmap-irq.c
@@ -1082,7 +1082,7 @@ EXPORT_SYMBOL_GPL(devm_regmap_add_irq_chip);
/**
* devm_regmap_del_irq_chip() - Resource managed regmap_del_irq_chip()
*
- * @dev: Device for which which resource was allocated.
+ * @dev: Device for which the resource was allocated.
* @irq: Primary IRQ for the device.
* @data: ®map_irq_chip_data allocated by regmap_add_irq_chip().
*
--
2.26.3
Powered by blists - more mailing lists