Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: devicetree: bindings: submitting-patches.rst: avoid using ReST :doc:`foo` markup

The :doc:`foo` tag is auto-generated via automarkup.py.
So, use the filename at the sources, instead of :doc:`foo`.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/0048c23d47b582dd1a1959628fd2b895209ac826.1623824363.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
6dce82b2 654a5bd0

+6 -5
+6 -5
Documentation/devicetree/bindings/submitting-patches.rst
··· 7 7 I. For patch submitters 8 8 ======================= 9 9 10 - 0) Normal patch submission rules from Documentation/process/submitting-patches.rst 11 - applies. 10 + 0) Normal patch submission rules from 11 + Documentation/process/submitting-patches.rst applies. 12 12 13 13 1) The Documentation/ and include/dt-bindings/ portion of the patch should 14 14 be a separate patch. The preferred subject prefix for binding patches is:: ··· 25 25 26 26 make dt_binding_check 27 27 28 - See Documentation/devicetree/bindings/writing-schema.rst for more details about 29 - schema and tools setup. 28 + See Documentation/devicetree/bindings/writing-schema.rst for more details 29 + about schema and tools setup. 30 30 31 31 3) DT binding files should be dual licensed. The preferred license tag is 32 32 (GPL-2.0-only OR BSD-2-Clause). ··· 84 84 III. Notes 85 85 ========== 86 86 87 - 0) Please see :doc:`ABI` for details regarding devicetree ABI. 87 + 0) Please see Documentation/devicetree/bindings/ABI.rst for details 88 + regarding devicetree ABI. 88 89 89 90 1) This document is intended as a general familiarization with the process as 90 91 decided at the 2013 Kernel Summit. When in doubt, the current word of the