diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 07:07:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 07:07:22 -0700 |
commit | 742b0c905d970fd60893cce14a3c68b523504bc4 (patch) | |
tree | d85689d464a8b11efe7fb6ff2f2151c4c4974871 /drivers/pci/hotplug/pci_hotplug.h | |
parent | 235bd6140dad7c08261abdc1f8056485c5344a74 (diff) | |
parent | 9171078ab5a0bbb516029cfc61378e0350a7b30d (diff) |
Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/
Diffstat (limited to 'drivers/pci/hotplug/pci_hotplug.h')
-rw-r--r-- | drivers/pci/hotplug/pci_hotplug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pci_hotplug.h b/drivers/pci/hotplug/pci_hotplug.h index 57ace325168..88d44f7fef2 100644 --- a/drivers/pci/hotplug/pci_hotplug.h +++ b/drivers/pci/hotplug/pci_hotplug.h @@ -150,7 +150,7 @@ struct hotplug_slot_info { * @name: the name of the slot being registered. This string must * be unique amoung slots registered on this system. * @ops: pointer to the &struct hotplug_slot_ops to be used for this slot - * @info: pointer to the &struct hotplug_slot_info for the inital values for + * @info: pointer to the &struct hotplug_slot_info for the initial values for * this slot. * @release: called during pci_hp_deregister to free memory allocated in a * hotplug_slot structure. |