From fa308ca191cf9ace577b9e009cf3d5f1ccbe8d84 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 22 Sep 2022 15:14:30 +0200 Subject: [PATCH] doc: release-notes: fix syntax issues This patch fixes a couple of syntax issues that lead to incorrectly rendered content: - Bad list indentation - Missing blank line between list item and sub-item. Also made 'label' a literal. Signed-off-by: Gerard Marull-Paretas --- doc/releases/release-notes-3.2.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/releases/release-notes-3.2.rst b/doc/releases/release-notes-3.2.rst index ee21db691ab..6b7027cc09a 100644 --- a/doc/releases/release-notes-3.2.rst +++ b/doc/releases/release-notes-3.2.rst @@ -127,9 +127,9 @@ Deprecated in this release Related Kconfig :kconfig:option:`CONFIG_STM32_LPTIM_CLOCK` option is now deprecated. -* 'label' property from devicetree as a base property. The property is still - valid for specific bindings to specify like :dtcompatible:`gpio-leds` and - :dtcompatible:`fixed-partitions`. +* ``label`` property from devicetree as a base property. The property is still + valid for specific bindings to specify like :dtcompatible:`gpio-leds` and + :dtcompatible:`fixed-partitions`. * Bluetooth mesh Configuration Client API prefixed with ``bt_mesh_cfg_`` is deprecated in favor of a new API with prefix ``bt_mesh_cfg_cli_``. @@ -652,6 +652,7 @@ HALs **** * Atmel + * sam: Fix incorrect CIDR values for revision b silicon of SAMV71 devices. * Espressif