Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <markus.heiser@darmarit.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Markus Heiser and committed by
Jonathan Corbet
e3bb40c0 a1a9af4e

+4 -1
+4 -1
Documentation/core-api/assoc_array.rst
··· 10 10 11 11 1. Objects are opaque pointers. The implementation does not care where they 12 12 point (if anywhere) or what they point to (if anything). 13 - .. note:: Pointers to objects _must_ be zero in the least significant bit. 13 + 14 + .. note:: 15 + 16 + Pointers to objects _must_ be zero in the least significant bit. 14 17 15 18 2. Objects do not need to contain linkage blocks for use by the array. This 16 19 permits an object to be located in multiple arrays simultaneously.