ACPICA: utilities: fix spelling of PCC to platform_comm_channel
authorErik Schmauss <erik.schmauss@intel.com>
Mon, 8 Apr 2019 20:42:27 +0000 (13:42 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Apr 2019 09:25:26 +0000 (11:25 +0200)
ACPICA commit 5e5c349e73982aea5d9f74416c0b2eea1b0767a1

Link: https://github.com/acpica/acpica/commit/5e5c349e
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utdecode.c

index 76e054c83c396a1608abed67ce945f2f6a410653..65beaa23766929974d2576d7ef4d025af202fe1a 100644 (file)
@@ -78,7 +78,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
        "IPMI",                 /* 0x07 */
        "GeneralPurposeIo",     /* 0x08 */
        "GenericSerialBus",     /* 0x09 */
-       "PCC"                   /* 0x0A */
+       "PlatformCommChannel"   /* 0x0A */
 };
 
 const char *acpi_ut_get_region_name(u8 space_id)