Skip to content

Commit 2d23297

Browse files
Tom Rixbroonie
authored andcommitted
regmap: irq: cleanup comments
Replace the second 'which' with 'the'. Change 'acknowleding' to 'acknowledging'. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20220212143144.2648689-1-trix@redhat.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1056c41 commit 2d23297

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/base/regmap/regmap-irq.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ static irqreturn_t regmap_irq_thread(int irq, void *d)
537537

538538
/*
539539
* Ignore masked IRQs and ack if we need to; we ack early so
540-
* there is no race between handling and acknowleding the
540+
* there is no race between handling and acknowledging the
541541
* interrupt. We assume that typically few of the interrupts
542542
* will fire simultaneously so don't worry about overhead from
543543
* doing a write per register.
@@ -1082,7 +1082,7 @@ EXPORT_SYMBOL_GPL(devm_regmap_add_irq_chip);
10821082
/**
10831083
* devm_regmap_del_irq_chip() - Resource managed regmap_del_irq_chip()
10841084
*
1085-
* @dev: Device for which which resource was allocated.
1085+
* @dev: Device for which the resource was allocated.
10861086
* @irq: Primary IRQ for the device.
10871087
* @data: &regmap_irq_chip_data allocated by regmap_add_irq_chip().
10881088
*

0 commit comments

Comments
 (0)