diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /drivers/media/video/saa7164 | |
parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/video/saa7164')
-rw-r--r-- | drivers/media/video/saa7164/saa7164-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7164/saa7164-core.c b/drivers/media/video/saa7164/saa7164-core.c index e1bac5051460..cdd8e348a543 100644 --- a/drivers/media/video/saa7164/saa7164-core.c +++ b/drivers/media/video/saa7164/saa7164-core.c | |||
@@ -653,8 +653,8 @@ static irqreturn_t saa7164_irq(int irq, void *dev_id) | |||
653 | goto out; | 653 | goto out; |
654 | } | 654 | } |
655 | 655 | ||
656 | /* Check that the hardware is accessable. If the status bytes are | 656 | /* Check that the hardware is accessible. If the status bytes are |
657 | * 0xFF then the device is not accessable, the the IRQ belongs | 657 | * 0xFF then the device is not accessible, the the IRQ belongs |
658 | * to another driver. | 658 | * to another driver. |
659 | * 4 x u32 interrupt registers. | 659 | * 4 x u32 interrupt registers. |
660 | */ | 660 | */ |