OSDN Git Service

arm64: cpuinfo: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 19 Mar 2021 22:28:48 +0000 (03:58 +0530)
committerWill Deacon <will@kernel.org>
Mon, 22 Mar 2021 12:45:13 +0000 (12:45 +0000)
s/acurate/accurate/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210319222848.29928-1-unixbhaskar@gmail.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/cpuinfo.c

index 77605ae..51fcf99 100644 (file)
@@ -353,7 +353,7 @@ static void __cpuinfo_store_cpu(struct cpuinfo_arm64 *info)
         * with the CLIDR_EL1 fields to avoid triggering false warnings
         * when there is a mismatch across the CPUs. Keep track of the
         * effective value of the CTR_EL0 in our internal records for
-        * acurate sanity check and feature enablement.
+        * accurate sanity check and feature enablement.
         */
        info->reg_ctr = read_cpuid_effective_cachetype();
        info->reg_dczid = read_cpuid(DCZID_EL0);