From 03696a03440dafe87e615ebee48174eb52c375de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 25 Jun 2025 10:02:02 +0200 Subject: [PATCH] doc: hardware: porting: soc_porting: use consistent YAML indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make all YAML snippets use the same kind of indentation for block sequences. Signed-off-by: Benjamin Cabé --- doc/hardware/porting/soc_porting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hardware/porting/soc_porting.rst b/doc/hardware/porting/soc_porting.rst index e3b6681925b..e59009ca81f 100644 --- a/doc/hardware/porting/soc_porting.rst +++ b/doc/hardware/porting/soc_porting.rst @@ -117,7 +117,7 @@ The skeleton of a simple SoC YAML file containing just one SoC is: .. code-block:: yaml socs: - - name: + - name: It is possible to have multiple SoC located in the SoC folder. For example if they belong to a common family or series it is recommended to