diff options
author | Rob Herring <robh@kernel.org> | 2021-03-25 17:47:06 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-03-27 19:58:03 +0100 |
commit | b3e2589be34f68e54ffcad9ee3022349aab5fd38 (patch) | |
tree | 589c072c1cd3a28aea7ef5b7f49b9505137ebf85 /Documentation/devicetree/bindings/submitting-patches.rst | |
parent | dt-bindings: ddr: Add optional manufacturer and revision ID to LPDDR3 (diff) | |
download | linux-b3e2589be34f68e54ffcad9ee3022349aab5fd38.tar.xz linux-b3e2589be34f68e54ffcad9ee3022349aab5fd38.zip |
dt-bindings: Fix reference in submitting-patches.rst to the DT ABI doc
submitting-patches.rst has a stale reference to ABI.txt. Fix this with a
proper rSt link.
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20210325164713.1296407-2-robh@kernel.org
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/submitting-patches.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst index 68129ff09967..42e86f978be2 100644 --- a/Documentation/devicetree/bindings/submitting-patches.rst +++ b/Documentation/devicetree/bindings/submitting-patches.rst @@ -84,7 +84,7 @@ II. For kernel maintainers III. Notes ========== - 0) Please see ...bindings/ABI.txt for details regarding devicetree ABI. + 0) Please see :doc:`ABI` for details regarding devicetree ABI. 1) This document is intended as a general familiarization with the process as decided at the 2013 Kernel Summit. When in doubt, the current word of the |