diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-05-22 15:47:23 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-23 11:27:39 -0400 |
commit | bbb30909e0fd9ec01c25b88f635085bf481a7ea9 (patch) | |
tree | c3547e21f3553ac326e98175e58fd2e32317e78a /Documentation | |
parent | f35a1abd9e7a0d37a1bcc1149eaf2aa737d7ea21 (diff) |
docs: fix multiple doc build warnings in enumeration.rst
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/firmware-guide/acpi/enumeration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/firmware-guide/acpi/enumeration.rst b/Documentation/firmware-guide/acpi/enumeration.rst index 6b32b7be8c85..850be9696931 100644 --- a/Documentation/firmware-guide/acpi/enumeration.rst +++ b/Documentation/firmware-guide/acpi/enumeration.rst | |||
@@ -423,7 +423,7 @@ will be enumerated to depends on the device ID returned by _HID. | |||
423 | 423 | ||
424 | For example, the following ACPI sample might be used to enumerate an lm75-type | 424 | For example, the following ACPI sample might be used to enumerate an lm75-type |
425 | I2C temperature sensor and match it to the driver using the Device Tree | 425 | I2C temperature sensor and match it to the driver using the Device Tree |
426 | namespace link: | 426 | namespace link:: |
427 | 427 | ||
428 | Device (TMP0) | 428 | Device (TMP0) |
429 | { | 429 | { |