diff options
author | Steven Cole <elenstev@mesatop.com> | 2005-05-03 18:38:30 -0600 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-05-03 23:45:16 -0700 |
commit | eaae4b3a84a3781543a32bcaf0a33306ae915574 (patch) | |
tree | 2d3db5e9713dd0baeba0be2577731233780f072f /drivers/pci/hotplug/pcihp_skeleton.c | |
parent | 3aa8c4febf74b1f23bd9fc329321af6d531fe4dd (diff) | |
download | kernel-crypto-eaae4b3a84a3781543a32bcaf0a33306ae915574.tar.gz kernel-crypto-eaae4b3a84a3781543a32bcaf0a33306ae915574.tar.xz kernel-crypto-eaae4b3a84a3781543a32bcaf0a33306ae915574.zip |
[PATCH] PCI: Spelling fixes for drivers/pci.
Here are some spelling corrections for drivers/pci.
CONTROLER -> CONTROLLER
Regisetr -> Register
harware -> hardware
inital -> initial
Initilize -> Initialize
funtion -> function
funciton -> function
occured -> occurred
Signed-off-by: Steven Cole <elenstev@mesatop.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/hotplug/pcihp_skeleton.c')
-rw-r--r-- | drivers/pci/hotplug/pcihp_skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pcihp_skeleton.c b/drivers/pci/hotplug/pcihp_skeleton.c index 6605d6bda52..3194d51c6ec 100644 --- a/drivers/pci/hotplug/pcihp_skeleton.c +++ b/drivers/pci/hotplug/pcihp_skeleton.c @@ -297,7 +297,7 @@ static int __init init_slots(void) hotplug_slot->ops = &skel_hotplug_slot_ops; /* - * Initilize the slot info structure with some known + * Initialize the slot info structure with some known * good values. */ info->power_status = get_power_status(slot); |