diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:18:59 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:18:59 -0500 |
commit | c84e6036ba7177a404cc860cb5a440e06fad92dd (patch) | |
tree | 0f9e1d5e7ed32f725e1ee8ad86e3c8654e094696 /drivers/media/common | |
parent | f18816ba20655deb3227da0600d5c34201467993 (diff) |
drivers/media/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/saa7146_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/saa7146_core.c b/drivers/media/common/saa7146_core.c index 7d04a6fd1acb..168a8d3a5e55 100644 --- a/drivers/media/common/saa7146_core.c +++ b/drivers/media/common/saa7146_core.c | |||
@@ -388,7 +388,7 @@ static int saa7146_init_one(struct pci_dev *pci, const struct pci_device_id *ent | |||
388 | } | 388 | } |
389 | dev->revision &= 0xf; | 389 | dev->revision &= 0xf; |
390 | 390 | ||
391 | /* remap the memory from virtual to physical adress */ | 391 | /* remap the memory from virtual to physical address */ |
392 | 392 | ||
393 | err = pci_request_region(pci, 0, "saa7146"); | 393 | err = pci_request_region(pci, 0, "saa7146"); |
394 | if (err < 0) | 394 | if (err < 0) |