From: dashsriram Date: Tue, 26 May 2015 19:25:13 +0000 (+0530) Subject: regmap: irq: Fixed a typo error X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7043f5fb20b564f547d187f58725dbe75b942535;p=deliverable%2Flinux.git regmap: irq: Fixed a typo error Fixed a typo error in the file Signed-off-by: Sriram Dash Signed-off-by: Mark Brown --- diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c index e7273bb890be..956e125c4680 100644 --- a/drivers/base/regmap/regmap-irq.c +++ b/drivers/base/regmap/regmap-irq.c @@ -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 */