]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
docs: fix multiple doc build warnings in enumeration.rst
authorJonathan Corbet <corbet@lwn.net>
Wed, 22 May 2019 19:47:23 +0000 (13:47 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 23 May 2019 15:27:39 +0000 (09:27 -0600)
The conversion of acpi/enumeration.txt to RST included one markup error,
leading to many warnings like:

  .../firmware-guide/acpi/enumeration.rst:430: WARNING: Unexpected indentation.

Add the missing colon and create some peace.

Fixes: c24bc66e8157 ("Documentation: ACPI: move enumeration.txt to firmware-guide/acpi and convert to reST")
Cc: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/firmware-guide/acpi/enumeration.rst

index 6b32b7be8c85fc270841b12da316d47a15179733..850be9696931489f72737ec12586576ff5e4ba09 100644 (file)
@@ -423,7 +423,7 @@ will be enumerated to depends on the device ID returned by _HID.
 
 For example, the following ACPI sample might be used to enumerate an lm75-type
 I2C temperature sensor and match it to the driver using the Device Tree
-namespace link:
+namespace link::
 
        Device (TMP0)
        {