docs: fix FFA_CONSOLE_LOG description
Fix doc build breaking with the FFA_CONSOLE_LOG description.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Ib9f27e58d5a5e6f2665ce7ced90ccd8d81ae930a
diff --git a/docs/secure-partition-manager/secure-partition-manager.rst b/docs/secure-partition-manager/secure-partition-manager.rst
index 8a7a981..58871a9 100644
--- a/docs/secure-partition-manager/secure-partition-manager.rst
+++ b/docs/secure-partition-manager/secure-partition-manager.rst
@@ -937,9 +937,10 @@
``FFA_CONSOLE_LOG`` allows debug logging to the UART console.
Characters are packed into registers:
- - `w2-w7` (|SMCCC| 32-bit)
- - `x2-x7` (|SMCCC| 64-bit, before v1.2)
- - `x2-x17` (|SMCCC| 64-bit, v1.2 or later)
+
+- `w2-w7` (|SMCCC| 32-bit)
+- `x2-x7` (|SMCCC| 64-bit, before v1.2)
+- `x2-x17` (|SMCCC| 64-bit, v1.2 or later)
Paravirtualized interfaces
--------------------------