From: Fabio Estevam <festevam@gmail.com>
To: jic23@kernel.org
Cc: robh+dt@kernel.org, alexandru.tachici@analog.com,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 3/3] dt-bindings: iio: dac: ad5770r: Fix the file path
Date: Fri, 27 Mar 2020 10:18:25 -0300 [thread overview]
Message-ID: <20200327131825.23650-3-festevam@gmail.com> (raw)
In-Reply-To: <20200327131825.23650-1-festevam@gmail.com>
The following warning is seen with 'make dt_binding_check':
Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml: $id: relative path/filename doesn't match actual path or filename
Fix it by removing the "bindings" directory from the file path.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml
index fa86ef52b121..5661d62b994f 100644
--- a/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml
+++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml
@@ -2,7 +2,7 @@
# Copyright 2020 Analog Devices Inc.
%YAML 1.2
---
-$id: http://devicetree.org/schemas/bindings/iio/dac/adi,ad5770r.yaml#
+$id: http://devicetree.org/schemas/iio/dac/adi,ad5770r.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Analog Devices AD5770R DAC device driver
--
2.17.1
next prev parent reply other threads:[~2020-03-27 13:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-27 13:18 [PATCH 1/3] dt-bindings: iio: dac: ad5770r: Add vendor to compatible string Fabio Estevam
2020-03-27 13:18 ` [PATCH 2/3] dt-bindings: iio: dac: ad5770r: Remove unneeded unit names Fabio Estevam
2020-03-27 21:05 ` Rob Herring
2020-03-27 13:18 ` Fabio Estevam [this message]
2020-04-09 16:28 ` [PATCH 3/3] dt-bindings: iio: dac: ad5770r: Fix the file path Rob Herring
2020-03-27 21:06 ` [PATCH 1/3] dt-bindings: iio: dac: ad5770r: Add vendor to compatible string Rob Herring
2020-04-09 16:28 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200327131825.23650-3-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=alexandru.tachici@analog.com \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.