Skip to content

Commit 43451c4

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: property: Document the _DSD data buffer GUID
As the rest of the GUIDs document one for _DSD data buffer so it will be eaisier to search for on internet or documentation. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 046ece7 commit 43451c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/property.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ static const guid_t ads_guid =
5555
GUID_INIT(0xdbb8e3e6, 0x5886, 0x4ba6,
5656
0x87, 0x95, 0x13, 0x19, 0xf5, 0x2a, 0x96, 0x6b);
5757

58+
/* ACPI _DSD data buffer GUID: edb12dd0-363d-4085-a3d2-49522ca160c4 */
5859
static const guid_t buffer_prop_guid =
5960
GUID_INIT(0xedb12dd0, 0x363d, 0x4085,
6061
0xa3, 0xd2, 0x49, 0x52, 0x2c, 0xa1, 0x60, 0xc4);

0 commit comments

Comments
 (0)