Skip to content

Commit 0efe92b

Browse files
Sakari Ailusrafaeljw
authored andcommitted
ACPI: PM: Fix acpi_dev_state_d0() kerneldoc
The documentation for acpi_dev_state_d0() referred to Documentation/firmware-guide/acpi/low-power-probe.rst that does not exist, the right file name is Documentation/firmware-guide/acpi/non-d0-probe.rst. Fix this. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 1c23f9e commit 0efe92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/device_pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ EXPORT_SYMBOL_GPL(acpi_storage_d3);
14601460
* not valid to ask for the ACPI power state of the device in that time frame.
14611461
*
14621462
* This function is intended to be used in a driver's probe or remove
1463-
* function. See Documentation/firmware-guide/acpi/low-power-probe.rst for
1463+
* function. See Documentation/firmware-guide/acpi/non-d0-probe.rst for
14641464
* more information.
14651465
*/
14661466
bool acpi_dev_state_d0(struct device *dev)

0 commit comments

Comments
 (0)