From 9cd82a7d21560eab478ab42ccb219ab7ee8c3aba Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 13 Jun 2016 12:11:23 -0700 Subject: [PATCH] doc: fix broken formatting in power_management.rst Change-Id: Ifff791dfb3b132e83fbd275f79b54dc09feffb9a Signed-off-by: Inaky Perez-Gonzalez --- doc/subsystems/power_management.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/subsystems/power_management.rst b/doc/subsystems/power_management.rst index 966cacd18b9..c1758492cbd 100644 --- a/doc/subsystems/power_management.rst +++ b/doc/subsystems/power_management.rst @@ -1,4 +1,4 @@ -.. _power_management +.. _power_management: Power Management ################ @@ -598,21 +598,21 @@ Policy Decision Summary +---------------------------------+---------------------------------------+ | PM operations | Policy and Return Code | +=================================+=======================================+ -| Suspend some devices and | :code:`SYS_PM_LOW_POWER_STATE` | +| Suspend some devices and | :code:`SYS_PM_LOW_POWER_STATE` | | | | | Enter Low Power State | | +---------------------------------+---------------------------------------+ -| Suspend all devices and | :code:`SYS_PM_LOW_POWER_STATE` | +| Suspend all devices and | :code:`SYS_PM_LOW_POWER_STATE` | | | | | Enter Low Power State | | +---------------------------------+---------------------------------------+ -| Suspend all devices and | :code:`SYS_PM_DEEP_SLEEP` | +| Suspend all devices and | :code:`SYS_PM_DEEP_SLEEP` | | | | | Enter Deep Sleep | | +---------------------------------+---------------------------------------+ -| Suspend some or all devices and | :code:`SYS_PM_DEVICE_SUSPEND_ONLY` | +| Suspend some or all devices and | :code:`SYS_PM_DEVICE_SUSPEND_ONLY` | | | | | No CPU/SoC PM Operation | | +---------------------------------+---------------------------------------+ -| No PM operation | :code:`SYS_PM_NOT_HANDLED` | +| No PM operation | :code:`SYS_PM_NOT_HANDLED` | +---------------------------------+---------------------------------------+