forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/pci/hotplug/acpi_pcihp.c
....@@ -61,7 +61,7 @@
6161
6262 /**
6363 * 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
6565 *
6666 * Attempt to take hotplug control from firmware.
6767 */
....@@ -191,7 +191,7 @@
191191
192192 /**
193193 * 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
195195 *
196196 * Returns 1 if the PCI bus has ACPI based ejectable slots, 0 otherwise.
197197 */