PCI: document pci_target_state

The empty kdoc was causing warnings, so provide some actual documentation.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

authored by

Jesse Barnes and committed by
Jesse Barnes
37139074 56adc59d

+6
+6
drivers/pci/pci.c
··· 1123 1123 } 1124 1124 1125 1125 /** 1126 + * pci_target_state - find an appropriate low power state for a given PCI dev 1127 + * @dev: PCI device 1128 + * 1129 + * Use underlying platform code to find a supported low power state for @dev. 1130 + * If the platform can't manage @dev, return the deepest state from which it 1131 + * can generate wake events, based on any available PME info. 1126 1132 */ 1127 1133 pci_power_t pci_target_state(struct pci_dev *dev) 1128 1134 {