diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-01 15:15:11 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-01 20:46:01 +0300 |
commit | 2ba90ccca7758fe77f47750dc8a938a99b8bd4af (patch) | |
tree | 16e1498b11f39c5857946b1fc406d3b87ac71aef /Documentation/core-api | |
parent | c3cbd075fce77cf3f8782be9f971e8257508c98e (diff) | |
download | linux-2ba90ccca7758fe77f47750dc8a938a99b8bd4af.tar.xz |
core-api: remove an unexpected unident
As complained by Sphinx:
Documentation/core-api/assoc_array.rst:13: WARNING: Enumerated list ends without a blank line; unexpected unindent.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/assoc_array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/assoc_array.rst b/Documentation/core-api/assoc_array.rst index dcda7c623cec..d83cfff9ea43 100644 --- a/Documentation/core-api/assoc_array.rst +++ b/Documentation/core-api/assoc_array.rst @@ -10,7 +10,7 @@ properties: 1. Objects are opaque pointers. The implementation does not care where they point (if anywhere) or what they point to (if anything). -.. note:: Pointers to objects _must_ be zero in the least significant bit.** +.. note:: Pointers to objects _must_ be zero in the least significant bit. 2. Objects do not need to contain linkage blocks for use by the array. This permits an object to be located in multiple arrays simultaneously. |