From 6b8243d65a7d46b52515141a029c1d91d8e55e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Fri, 11 Jun 2021 14:58:48 -0700 Subject: [PATCH] dts: bindings: cpu: fix up multi-line strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up multi-line strings so they will show up properly in the bindings index in the HTML documentation. Signed-off-by: Martí Bolívar --- dts/bindings/cpu/arm,cortex-a53.yaml | 3 +-- dts/bindings/cpu/arm,cortex-a72.yaml | 3 +-- dts/bindings/cpu/arm,cortex-r82.yaml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dts/bindings/cpu/arm,cortex-a53.yaml b/dts/bindings/cpu/arm,cortex-a53.yaml index 515d906b44..ef47d27155 100644 --- a/dts/bindings/cpu/arm,cortex-a53.yaml +++ b/dts/bindings/cpu/arm,cortex-a53.yaml @@ -1,8 +1,7 @@ # Copyright (c) 2019 Carlo Caione # SPDX-License-Identifier: Apache-2.0 -description: > - This is a representation of ARM Cortex-A53 CPU. +description: This is a representation of ARM Cortex-A53 CPU. compatible: "arm,cortex-a53" diff --git a/dts/bindings/cpu/arm,cortex-a72.yaml b/dts/bindings/cpu/arm,cortex-a72.yaml index aa3bc7326d..7d3bf52fbe 100644 --- a/dts/bindings/cpu/arm,cortex-a72.yaml +++ b/dts/bindings/cpu/arm,cortex-a72.yaml @@ -1,7 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 -description: > - This is a representation of ARM Cortex-A72 CPU. +description: This is a representation of ARM Cortex-A72 CPU. compatible: "arm,cortex-a72" diff --git a/dts/bindings/cpu/arm,cortex-r82.yaml b/dts/bindings/cpu/arm,cortex-r82.yaml index 6815ebb1ab..2bcf3027bb 100644 --- a/dts/bindings/cpu/arm,cortex-r82.yaml +++ b/dts/bindings/cpu/arm,cortex-r82.yaml @@ -1,8 +1,7 @@ # Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved. # SPDX-License-Identifier: Apache-2.0 -description: > - This is a representation of ARM Cortex-R82 CPU. +description: This is a representation of ARM Cortex-R82 CPU. compatible: "arm,cortex-r82"