]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: CPPC: Fix typo in a comment
authorChu Guangqing <chuguangqing@inspur.com>
Fri, 31 Oct 2025 05:52:40 +0000 (13:52 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 3 Nov 2025 16:25:42 +0000 (17:25 +0100)
Fix spelling from "pachage" to "package".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
[ rjw: Changelog and subject edits ]
Link: https://patch.msgid.link/20251031055240.2791-1-chuguangqing@inspur.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/cppc_acpi.c

index ab4651205e8adbcb027ec3bd206d676f0fc6122a..6c684e54fe01e917258611015c2b25e0fc30b389 100644 (file)
@@ -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.
         */