From: Markus Heiser Date: Sat, 13 May 2017 13:28:25 +0000 (+0200) Subject: core-api: remove an unexpected unident X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e3bb40c010087a49ed03cfb97ca28390d0a25c67;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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. This was already addressed, but not really fixed in 2ba90ccca7. Signed-off-by: Markus Heiser Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/core-api/assoc_array.rst b/Documentation/core-api/assoc_array.rst index d83cfff9ea43..8231b915c939 100644 --- a/Documentation/core-api/assoc_array.rst +++ b/Documentation/core-api/assoc_array.rst @@ -10,7 +10,10 @@ 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.