| .. | .. |
|---|
| 61 | 61 | |
|---|
| 62 | 62 | /** |
|---|
| 63 | 63 | * acpi_get_hp_hw_control_from_firmware |
|---|
| 64 | | - * @dev: the pci_dev of the bridge that has a hotplug controller |
|---|
| 64 | + * @pdev: the pci_dev of the bridge that has a hotplug controller |
|---|
| 65 | 65 | * |
|---|
| 66 | 66 | * Attempt to take hotplug control from firmware. |
|---|
| 67 | 67 | */ |
|---|
| .. | .. |
|---|
| 191 | 191 | |
|---|
| 192 | 192 | /** |
|---|
| 193 | 193 | * acpi_pci_detect_ejectable - check if the PCI bus has ejectable slots |
|---|
| 194 | | - * @handle - handle of the PCI bus to scan |
|---|
| 194 | + * @handle: handle of the PCI bus to scan |
|---|
| 195 | 195 | * |
|---|
| 196 | 196 | * Returns 1 if the PCI bus has ACPI based ejectable slots, 0 otherwise. |
|---|
| 197 | 197 | */ |
|---|