]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
core-api: remove an unexpected unident
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 1 Dec 2016 12:15:11 +0000 (10:15 -0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 1 Dec 2016 17:46:01 +0000 (10:46 -0700)
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>
Documentation/core-api/assoc_array.rst

index dcda7c623cec63777b6a7cb7e772c8e277bd2356..d83cfff9ea43a9d789013a83cf6a1bbb9148f29c 100644 (file)
@@ -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.