diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-10-28 15:11:04 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:51 -0500 |
commit | fbfecd3712f917ca210a55c157233d88b785896b (patch) | |
tree | d0c06649b45a583e8d39eb0a8e60440163ceb77c /kernel/irq/spurious.c | |
parent | bf48aabb894fd0639ab72a26e8abbd7683ef23c2 (diff) |
tree-wide: fix typos "couter" -> "counter"
This patch was generated by
git grep -E -i -l 'couter' | xargs -r perl -p -i -e 's/couter/counter/'
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/irq/spurious.c')
-rw-r--r-- | kernel/irq/spurious.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c index 114e704760fe..abd4fb77f8ce 100644 --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c | |||
@@ -230,7 +230,7 @@ void note_interrupt(unsigned int irq, struct irq_desc *desc, | |||
230 | /* | 230 | /* |
231 | * If we are seeing only the odd spurious IRQ caused by | 231 | * If we are seeing only the odd spurious IRQ caused by |
232 | * bus asynchronicity then don't eventually trigger an error, | 232 | * bus asynchronicity then don't eventually trigger an error, |
233 | * otherwise the couter becomes a doomsday timer for otherwise | 233 | * otherwise the counter becomes a doomsday timer for otherwise |
234 | * working systems | 234 | * working systems |
235 | */ | 235 | */ |
236 | if (time_after(jiffies, desc->last_unhandled + HZ/10)) | 236 | if (time_after(jiffies, desc->last_unhandled + HZ/10)) |