diff options
author | Thomas Weber <swirl@gmx.li> | 2010-03-16 06:47:56 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-16 06:47:56 -0400 |
commit | 88393161210493e317ae391696ee8ef463cb3c23 (patch) | |
tree | 6ec81a50d0e8174b415d83948b48cbabd7e54ddb /drivers/virtio | |
parent | 932fb06b0898f5883200f1da2e00075f0d70ba9c (diff) |
Fix typos in comments
[Ss]ytem => [Ss]ystem
udpate => update
paramters => parameters
orginal => original
Signed-off-by: Thomas Weber <swirl@gmx.li>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/virtio')
-rw-r--r-- | drivers/virtio/virtio_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 625447f645d9..7210c0d72e43 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c | |||
@@ -654,7 +654,7 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev, | |||
654 | /* we use the subsystem vendor/device id as the virtio vendor/device | 654 | /* we use the subsystem vendor/device id as the virtio vendor/device |
655 | * id. this allows us to use the same PCI vendor/device id for all | 655 | * id. this allows us to use the same PCI vendor/device id for all |
656 | * virtio devices and to identify the particular virtio driver by | 656 | * virtio devices and to identify the particular virtio driver by |
657 | * the subsytem ids */ | 657 | * the subsystem ids */ |
658 | vp_dev->vdev.id.vendor = pci_dev->subsystem_vendor; | 658 | vp_dev->vdev.id.vendor = pci_dev->subsystem_vendor; |
659 | vp_dev->vdev.id.device = pci_dev->subsystem_device; | 659 | vp_dev->vdev.id.device = pci_dev->subsystem_device; |
660 | 660 | ||