[PATCH v2] regmap: irq: cleanup double word in comment

trix@redhat.com posted 1 patch 4 years, 4 months ago
Failed in applying to current master (apply log)
drivers/base/regmap/regmap-irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] regmap: irq: cleanup double word in comment
Posted by trix@redhat.com 4 years, 4 months ago
From: Tom Rix <trix@redhat.com>

Replace the second 'which' with 'the'.

Signed-off-by: Tom Rix <trix@redhat.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: &regmap_irq_chip_data allocated by regmap_add_irq_chip().
  *
-- 
2.26.3