aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-irq.c
diff options
context:
space:
mode:
authordashsriram <dash.sriram@gmail.com>2015-05-27 00:55:13 +0530
committerMark Brown <broonie@kernel.org>2015-06-02 21:04:33 +0100
commit7043f5fb20b564f547d187f58725dbe75b942535 (patch)
tree488bd6f402365041b7f16ca8117d24bb5f16fa46 /drivers/base/regmap/regmap-irq.c
parent77f5f3e9c86dc4604366a567819cc3ec4bdb4400 (diff)
regmap: irq: Fixed a typo error
Fixed a typo error in the file Signed-off-by: Sriram Dash <dash.sriram@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/base/regmap/regmap-irq.c')
-rw-r--r--drivers/base/regmap/regmap-irq.c2
1 files changed, 1 insertions, 1 deletions
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
*/