Re: [PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes
From: Rob Herring <robh@kernel.org>
Date: 2023-11-27 17:52:07
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2023-11-27 17:52:07
Also in:
linux-arm-kernel, linux-devicetree, lkml
On Wed, 22 Nov 2023 15:44:19 -0700, Rob Herring wrote:
Drop unneeded quotes over simple string values to fix a soon to be enabled yamllint warning: [error] string value is redundantly quoted with any quotes (quoted-strings) Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks!