Skip to content

Commit b1faa36

Browse files
mchehabgregkh
authored andcommitted
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>
1 parent 75442fb commit b1faa36

1 file changed

Lines changed: 25 additions & 9 deletions

File tree

Documentation/ABI/testing/configfs-acpi

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Description:
1414
This group contains the configuration for user defined ACPI
1515
tables. The attributes of a user define table are:
1616

17-
aml - a binary attribute that the user can use to
17+
aml
18+
- a binary attribute that the user can use to
1819
fill in the ACPI aml definitions. Once the aml
1920
data is written to this file and the file is
2021
closed the table will be loaded and ACPI devices
@@ -26,11 +27,26 @@ Description:
2627
The rest of the attributes are read-only and are valid only
2728
after the table has been loaded by filling the aml entry:
2829

29-
signature - ASCII table signature
30-
length - length of table in bytes, including the header
31-
revision - ACPI Specification minor version number
32-
oem_id - ASCII OEM identification
33-
oem_table_id - ASCII OEM table identification
34-
oem_revision - OEM revision number
35-
asl_compiler_id - ASCII ASL compiler vendor ID
36-
asl_compiler_revision - ASL compiler version
30+
signature
31+
- ASCII table signature
32+
33+
length
34+
- length of table in bytes, including the header
35+
36+
revision
37+
- ACPI Specification minor version number
38+
39+
oem_id
40+
- ASCII OEM identification
41+
42+
oem_table_id
43+
- ASCII OEM table identification
44+
45+
oem_revision
46+
- OEM revision number
47+
48+
asl_compiler_id
49+
- ASCII ASL compiler vendor ID
50+
51+
asl_compiler_revision
52+
- ASL compiler version

0 commit comments

Comments
 (0)