diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-02 14:35:00 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-02 14:35:00 -0200 |
commit | c4a85f85d6389aef0ac3ea1256c4c86ef78b3704 (patch) | |
tree | eb2d108f39ad6204c0ae8ee61c75e8eb7f7c8bba /linux/drivers/media/dvb/bt8xx | |
parent | 9b96e945de97e6d3b2f1dc356b2334f2854f3d63 (diff) | |
download | mediapointer-dvb-s2-c4a85f85d6389aef0ac3ea1256c4c86ef78b3704.tar.gz mediapointer-dvb-s2-c4a85f85d6389aef0ac3ea1256c4c86ef78b3704.tar.bz2 |
backport changeset 3a4fa0a25da81600ea0bcd75692ae8ca6050d165
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
Author: Robert P. J. Day <rpjday@mindspring.com>
Date: Fri Oct 19 23:10:43 2007 +0200
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Fix the various misspellings of "system", controller", "interrupt" and
"[un]necessary".
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/bt878.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/bt878.c b/linux/drivers/media/dvb/bt8xx/bt878.c index 2abbf55db..1da817ee9 100644 --- a/linux/drivers/media/dvb/bt8xx/bt878.c +++ b/linux/drivers/media/dvb/bt8xx/bt878.c @@ -284,7 +284,7 @@ static irqreturn_t bt878_irq(int irq, void *dev_id) if (!(astat = (stat & mask))) return IRQ_NONE; /* this interrupt is not for me */ /* dprintk("bt878(%d) debug: irq count %d, stat 0x%8.8x, mask 0x%8.8x\n",bt->nr,count,stat,mask); */ - btwrite(astat, BT878_AINT_STAT); /* try to clear interupt condition */ + btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */ if (astat & (BT878_ASCERR | BT878_AOCERR)) { |