Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102259
b: refs/heads/master
c: 65b943f
h: refs/heads/master
i:
  102257: 3426ac8
  102255: 1094857
v: v3
  • Loading branch information
Jesse Barnes authored and Jesse Barnes committed Jun 25, 2008
1 parent 39617f4 commit 5cfe674
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15650a2f644a2f15738cf22807c090d89328f500
refs/heads/master: 65b943f630bc177b743ca05b4cb6defe8fcffa6e
6 changes: 4 additions & 2 deletions trunk/drivers/pci/hotplug/pci_hotplug_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,9 @@ static struct hotplug_slot *get_slot_from_name (const char *name)

/**
* pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem
* @bus: bus this slot is on
* @slot: pointer to the &struct hotplug_slot to register
* @slot_nr: slot number
*
* Registers a hotplug slot with the pci hotplug subsystem, which will allow
* userspace interaction to the slot.
Expand Down Expand Up @@ -615,7 +617,7 @@ int pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int slot_nr)

/**
* pci_hp_deregister - deregister a hotplug_slot with the PCI hotplug subsystem
* @slot: pointer to the &struct hotplug_slot to deregister
* @hotplug: pointer to the &struct hotplug_slot to deregister
*
* The @slot must have been registered with the pci hotplug subsystem
* previously with a call to pci_hp_register().
Expand Down Expand Up @@ -651,7 +653,7 @@ int pci_hp_deregister(struct hotplug_slot *hotplug)

/**
* pci_hp_change_slot_info - changes the slot's information structure in the core
* @slot: pointer to the slot whose info has changed
* @hotplug: pointer to the slot whose info has changed
* @info: pointer to the info copy into the slot's info structure
*
* @slot must have been registered with the pci
Expand Down

0 comments on commit 5cfe674

Please sign in to comment.