doc: fix 'bullet list' formatting errors
Change-Id: I2114052d1cee68845c74c0c1a89a75bea14cd312 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
b9ac9fadde
commit
eb5172c72d
3 changed files with 6 additions and 6 deletions
|
@ -130,9 +130,9 @@ QEMU is the supported emulation system of the kernel. QEMU must be invoked
|
|||
with the -s and -S options.
|
||||
|
||||
* :option:`-S` Do not start CPU at startup; rather, you must type 'c' in the
|
||||
monitor.
|
||||
monitor.
|
||||
* :option:`-s` Shorthand for :literal:`-gdb tcp::1234`: open a GDB server on
|
||||
TCP port 1234.
|
||||
TCP port 1234.
|
||||
|
||||
The build system can build the elf binary and call the QEMU process with
|
||||
the :makevar:`qemu` target. The QEMU debug options can be set using the
|
||||
|
|
|
@ -542,7 +542,7 @@ operations:
|
|||
#. The PMA returns the :code:`SYS_PM_LOW_POWER_STATE` code.
|
||||
|
||||
* If the time allotted is not enough for the :code:`SYS_PM_LOW_POWER_STATE`
|
||||
policy, the PMA returns the :code:`SYS_PM_DEVICE_SUSPEND_ONLY` code.
|
||||
policy, the PMA returns the :code:`SYS_PM_DEVICE_SUSPEND_ONLY` code.
|
||||
|
||||
When a device fails to suspend, the PMA executes the following operations:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue