Re: [PATCH] dt-bindings: ata: Drop unneeded quotes

From: Sergey Shtylyov
Date: Mon Mar 27 2023 - 14:05:35 EST


On 3/27/23 8:00 PM, Rob Herring wrote:

> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
[...]

> diff --git a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> index c4e4a9eab658..fe0909554790 100644
> --- a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +++ b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> @@ -1,8 +1,8 @@
> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> %YAML 1.2
> ---
> -$id: "http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#";
> -$schema: "http://devicetree.org/meta-schemas/core.yaml#";
> +$id: http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>
> title: Renesas R-Car Serial-ATA Interface
>

Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx>

MBR, Sergey