diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-07-26 15:02:24 +1000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-26 21:27:54 -0700 |
commit | f58252cdc04cc4b2d512b2a3a41e4d9d1dc04e2e (patch) | |
tree | 0cad4fb4c149a79adb5cf9a38868feef4f8f7ecc /Documentation | |
parent | d8ad2f31f88d609e0f8e4a34f6aeeb482ee5423b (diff) | |
download | linux-f58252cdc04cc4b2d512b2a3a41e4d9d1dc04e2e.tar.bz2 |
docs: Add rest label the_canonical_patch_format
In preparation to convert Documentation/network/netdev-FAQ.rst to
restructured text format. We would like to be able to reference 'the
canonical patch format' section.
Add rest label: 'the_canonical_patch_format'.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/process/submitting-patches.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst index 908bb55be407..c0917107b90a 100644 --- a/Documentation/process/submitting-patches.rst +++ b/Documentation/process/submitting-patches.rst @@ -611,6 +611,7 @@ which stable kernel versions should receive your fix. This is the preferred method for indicating a bug fixed by the patch. See :ref:`describe_changes` for more details. +.. _the_canonical_patch_format: 14) The canonical patch format ------------------------------ |