diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-05-22 22:47:23 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-23 18:27:39 +0300 |
commit | bbb30909e0fd9ec01c25b88f635085bf481a7ea9 (patch) | |
tree | c3547e21f3553ac326e98175e58fd2e32317e78a /Documentation/firmware-guide | |
parent | f35a1abd9e7a0d37a1bcc1149eaf2aa737d7ea21 (diff) | |
download | linux-bbb30909e0fd9ec01c25b88f635085bf481a7ea9.tar.xz |
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/firmware-guide')
-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. 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) { |