diff options
author | Tobin C. Harding <tobin@kernel.org> | 2019-01-31 07:06:23 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-02-02 02:04:01 +0300 |
commit | cd7198fc959e9ce6a90148b0ab7338b1a8b7c17e (patch) | |
tree | cfc2396390549dc9aed16ce411f58895e30dd222 /Documentation/core-api | |
parent | 11ede50059d0603e6ae2df5042cf813145ea5736 (diff) | |
download | linux-cd7198fc959e9ce6a90148b0ab7338b1a8b7c17e.tar.xz |
docs: Use underscore not hyphen in label
sphinx emits warning
WARNING: undefined label: memory-allocation ...
This seems to be caused by the use of a hyphen in the label name instead
of an underscore. Using an underscore for the label name and the
reference clears the warning.
Use underscore not hyphen in label and reference.
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/memory-allocation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/memory-allocation.rst b/Documentation/core-api/memory-allocation.rst index 51a200d59f51..7744aa3bf2e0 100644 --- a/Documentation/core-api/memory-allocation.rst +++ b/Documentation/core-api/memory-allocation.rst @@ -1,4 +1,4 @@ -.. _memory-allocation: +.. _memory_allocation: ======================= Memory Allocation Guide |