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/pci | |
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/pci')
-rw-r--r-- | drivers/pci/hotplug/cpqphp_core.c | 2 | ||||
-rw-r--r-- | drivers/pci/pci.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/cpqphp_core.c b/drivers/pci/hotplug/cpqphp_core.c index f184d1d2ecbe..6644337d63d6 100644 --- a/drivers/pci/hotplug/cpqphp_core.c +++ b/drivers/pci/hotplug/cpqphp_core.c | |||
@@ -848,7 +848,7 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
848 | goto err_disable_device; | 848 | goto err_disable_device; |
849 | } | 849 | } |
850 | 850 | ||
851 | /* Check for the proper subsytem ID's | 851 | /* Check for the proper subsystem ID's |
852 | * Intel uses a different SSID programming model than Compaq. | 852 | * Intel uses a different SSID programming model than Compaq. |
853 | * For Intel, each SSID bit identifies a PHP capability. | 853 | * For Intel, each SSID bit identifies a PHP capability. |
854 | * Also Intel HPC's may have RID=0. | 854 | * Also Intel HPC's may have RID=0. |
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index cb1dd5f4988c..ddd55dc927f7 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -1506,7 +1506,7 @@ int pci_prepare_to_sleep(struct pci_dev *dev) | |||
1506 | * pci_back_from_sleep - turn PCI device on during system-wide transition into working state | 1506 | * pci_back_from_sleep - turn PCI device on during system-wide transition into working state |
1507 | * @dev: Device to handle. | 1507 | * @dev: Device to handle. |
1508 | * | 1508 | * |
1509 | * Disable device's sytem wake-up capability and put it into D0. | 1509 | * Disable device's system wake-up capability and put it into D0. |
1510 | */ | 1510 | */ |
1511 | int pci_back_from_sleep(struct pci_dev *dev) | 1511 | int pci_back_from_sleep(struct pci_dev *dev) |
1512 | { | 1512 | { |