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

docs: ABI: convert testing/configfs-acpi to ReST

There are some problems with this file when a ReST content
is produced. Fix it.

Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/f56daf94b80f1051438e8c787ba04552adb66e67.1604042072.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
b1faa368 75442fb0

+25 -9
+25 -9
Documentation/ABI/testing/configfs-acpi
··· 14 14 This group contains the configuration for user defined ACPI 15 15 tables. The attributes of a user define table are: 16 16 17 - aml - a binary attribute that the user can use to 17 + aml 18 + - a binary attribute that the user can use to 18 19 fill in the ACPI aml definitions. Once the aml 19 20 data is written to this file and the file is 20 21 closed the table will be loaded and ACPI devices ··· 27 26 The rest of the attributes are read-only and are valid only 28 27 after the table has been loaded by filling the aml entry: 29 28 30 - signature - ASCII table signature 31 - length - length of table in bytes, including the header 32 - revision - ACPI Specification minor version number 33 - oem_id - ASCII OEM identification 34 - oem_table_id - ASCII OEM table identification 35 - oem_revision - OEM revision number 36 - asl_compiler_id - ASCII ASL compiler vendor ID 37 - asl_compiler_revision - ASL compiler version 29 + signature 30 + - ASCII table signature 31 + 32 + length 33 + - length of table in bytes, including the header 34 + 35 + revision 36 + - ACPI Specification minor version number 37 + 38 + oem_id 39 + - ASCII OEM identification 40 + 41 + oem_table_id 42 + - ASCII OEM table identification 43 + 44 + oem_revision 45 + - OEM revision number 46 + 47 + asl_compiler_id 48 + - ASCII ASL compiler vendor ID 49 + 50 + asl_compiler_revision 51 + - ASL compiler version