]> git.karo-electronics.de Git - linux-beck.git/commitdiff
regmap: irq: Fixed a typo error
authordashsriram <dash.sriram@gmail.com>
Tue, 26 May 2015 19:25:13 +0000 (00:55 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jun 2015 20:04:33 +0000 (21:04 +0100)
Fixed a typo error in the file

Signed-off-by: Sriram Dash <dash.sriram@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-irq.c

index e7273bb890bead7782fc10d881232c1c75556440..956e125c468036d224cc042e61319dd72b21ee3c 100644 (file)
@@ -109,7 +109,7 @@ static void regmap_irq_sync_unlock(struct irq_data *data)
                if (!d->chip->init_ack_masked)
                        continue;
                /*
-                * Ack all the masked interrupts uncondictionly,
+                * Ack all the masked interrupts unconditionally,
                 * OR if there is masked interrupt which hasn't been Acked,
                 * it'll be ignored in irq handler, then may introduce irq storm
                 */