Skip to content

Commit e802ca7

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: docs: enumeration: Unify Package () for properties (part 2)
Unify Package () representation for properties: - make them one line where it's possible - add spaces between parentheses and curly braces - drop the explicit size of package Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ce522ba commit e802ca7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/firmware-guide/acpi/enumeration.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ The table below shows an example of its usage::
167167
Name (_DSD, Package () {
168168
ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
169169
Package () {
170-
Package () {"interrupt-names",
171-
Package (2) {"default", "alert"}},
170+
Package () { "interrupt-names", Package () { "default", "alert" } },
172171
}
173172
...
174173
})

0 commit comments

Comments
 (0)