docs: pm: Fix invalid API reference

s/device_set_power_state/pm_device_state_set/g

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-05-10 16:14:37 -07:00 committed by Anas Nashif
commit 90be4b67cf

View file

@ -385,7 +385,7 @@ Management mechanism which reduces the overall system Power consumtion
by suspending the devices which are idle or not being used while the by suspending the devices which are idle or not being used while the
System is active or running. System is active or running.
The framework uses device_set_power_state() API set the The framework uses :c:func:`pm_device_state_set()` API set the
device power state accordingly based on the usage count. device power state accordingly based on the usage count.
The interfaces and APIs provided by the Device Idle PM are The interfaces and APIs provided by the Device Idle PM are