]> Git Repo - linux.git/commitdiff
ACPI: property: Document the _DSD data buffer GUID
authorAndy Shevchenko <[email protected]>
Mon, 2 Oct 2023 13:46:30 +0000 (16:46 +0300)
committerRafael J. Wysocki <[email protected]>
Tue, 3 Oct 2023 13:57:05 +0000 (15:57 +0200)
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]>
drivers/acpi/property.c

index 99b4e33554355227e223a2f145859d6a2a8ad8b7..6979a3f9f90a841529ffccc6ef32c20bdcaa824b 100644 (file)
@@ -55,6 +55,7 @@ static const guid_t ads_guid =
        GUID_INIT(0xdbb8e3e6, 0x5886, 0x4ba6,
                  0x87, 0x95, 0x13, 0x19, 0xf5, 0x2a, 0x96, 0x6b);
 
+/* ACPI _DSD data buffer GUID: edb12dd0-363d-4085-a3d2-49522ca160c4 */
 static const guid_t buffer_prop_guid =
        GUID_INIT(0xedb12dd0, 0x363d, 0x4085,
                  0xa3, 0xd2, 0x49, 0x52, 0x2c, 0xa1, 0x60, 0xc4);
This page took 0.058285 seconds and 4 git commands to generate.