diff options
| author | Chu Guangqing <chuguangqing@inspur.com> | 2025-10-31 13:52:40 +0800 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-03 17:25:42 +0100 |
| commit | 1642fabff19f768e9a8fea85d55a2d6d43ecffe3 (patch) | |
| tree | 9df87bca7413fb770eac9ae10b2f12ff45900b53 /drivers/acpi/cppc_acpi.c | |
| parent | 6146a0f1dfae5d37442a9ddcba012add260bceb0 (diff) | |
| download | linux-1642fabff19f768e9a8fea85d55a2d6d43ecffe3.tar.gz linux-1642fabff19f768e9a8fea85d55a2d6d43ecffe3.tar.bz2 linux-1642fabff19f768e9a8fea85d55a2d6d43ecffe3.zip | |
ACPI: CPPC: Fix typo in a comment
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>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
| -rw-r--r-- | drivers/acpi/cppc_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
