From: Chu Guangqing Date: Fri, 31 Oct 2025 05:52:40 +0000 (+0800) Subject: ACPI: CPPC: Fix typo in a comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1642fabff19f768e9a8fea85d55a2d6d43ecffe3;p=thirdparty%2Fkernel%2Flinux.git ACPI: CPPC: Fix typo in a comment Fix spelling from "pachage" to "package". Signed-off-by: Chu Guangqing [ rjw: Changelog and subject edits ] Link: https://patch.msgid.link/20251031055240.2791-1-chuguangqing@inspur.com Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c index ab4651205e8a..6c684e54fe01 100644 --- a/drivers/acpi/cppc_acpi.c +++ b/drivers/acpi/cppc_acpi.c @@ -750,7 +750,7 @@ int acpi_cppc_processor_probe(struct acpi_processor *pr) } /* - * Disregard _CPC if the number of entries in the return pachage is not + * Disregard _CPC if the number of entries in the return package is not * as expected, but support future revisions being proper supersets of * the v3 and only causing more entries to be returned by _CPC. */