From fc68d26e9c174180636d65dc3876ecf64d6a366e Mon Sep 17 00:00:00 2001 From: Dmytro Yaskov Date: Mon, 1 Apr 2024 08:41:16 +0300 Subject: [PATCH] doc: hardware: peripherals: mipi_dbi: Added a newline to fix a typo Added a newline to display the list correctly The list is displayed like: MIPI DBI defines 3 interface types: * Type A: Motorola 6800 parallel bus * Type B: Intel 8080 parallel bus But it should be like: MIPI DBI defines 3 interface types: * Type A: Motorola 6800 parallel bus * Type B: Intel 8080 parallel bus This was fixed by an example from another doc: doc/hardware/peripherals/i3c.rst Signed-off-by: Dmytro Yaskov --- doc/hardware/peripherals/mipi_dbi.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/hardware/peripherals/mipi_dbi.rst b/doc/hardware/peripherals/mipi_dbi.rst index 640030c3f0b..672eb59f8f1 100644 --- a/doc/hardware/peripherals/mipi_dbi.rst +++ b/doc/hardware/peripherals/mipi_dbi.rst @@ -7,6 +7,7 @@ The MIPI DBI driver class implements support for MIPI DBI compliant display controllers. MIPI DBI defines 3 interface types: + * Type A: Motorola 6800 parallel bus * Type B: Intel 8080 parallel bus