diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 09:34:31 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 09:34:31 -0200 |
commit | 615ceed14a9faf54d4d8a70d978da0d4c355cbfa (patch) | |
tree | c4de8e29f612ae1b105a6f2fc67a8faa010a78c1 /linux/drivers/media/common | |
parent | 56eb8c85473f48c34f74e3591b956e3c63957262 (diff) | |
download | mediapointer-dvb-s2-615ceed14a9faf54d4d8a70d978da0d4c355cbfa.tar.gz mediapointer-dvb-s2-615ceed14a9faf54d4d8a70d978da0d4c355cbfa.tar.bz2 |
backport kernel commit c84e6036ba7177a404cc860cb5a440e06fad92dd
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Original changelog:
Author: Joe Perches <joe@perches.com>
Date: Sun Feb 3 17:18:59 2008 +0200
drivers/media/: Spelling fixes
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/common')
-rw-r--r-- | linux/drivers/media/common/saa7146_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/saa7146_core.c b/linux/drivers/media/common/saa7146_core.c index 7fb263dc1..c36634248 100644 --- a/linux/drivers/media/common/saa7146_core.c +++ b/linux/drivers/media/common/saa7146_core.c @@ -392,7 +392,7 @@ static int saa7146_init_one(struct pci_dev *pci, const struct pci_device_id *ent } dev->revision &= 0xf; - /* remap the memory from virtual to physical adress */ + /* remap the memory from virtual to physical address */ err = pci_request_region(pci, 0, "saa7146"); if (err < 0) |