[PATCH] arm64: cpuinfo: Fix a typo
Subsystems:
arm64 port (aarch64 architecture) , the rest
STALE1958d
LANDED
Landed in mainline as d1296f1265f7 on 2021-03-22.
3 messages,
3 authors,
2021-03-22
· open the first message on its own page
s/acurate/accurate/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
arch/arm64/kernel/cpuinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/kernel/cpuinfo.c b/arch/arm64/kernel/cpuinfo.c
index 77605aec25fe..51fcf99d5351 100644
--- a/arch/arm64/kernel/cpuinfo.c
+++ b/arch/arm64/kernel/cpuinfo.c @@ -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 );
- - 2.26.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:
s/acurate/accurate/
Signed-off-by: Bhaskar Chowdhury <redacted>
Acked-by: Randy Dunlap <redacted>
quoted hunk ---
arch/arm64/kernel/cpuinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/kernel/cpuinfo.c b/arch/arm64/kernel/cpuinfo.c
index 77605aec25fe..51fcf99d5351 100644
--- a/arch/arm64/kernel/cpuinfo.c
+++ b/arch/arm64/kernel/cpuinfo.c @@ -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);
--
2.26.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Sat, 20 Mar 2021 03:58:48 +0530, Bhaskar Chowdhury wrote: s/acurate/accurate/
Applied to arm64 (for-next/fixes), thanks!
[1/1] arm64: cpuinfo: Fix a typo
https://git.kernel.org/arm64/c/d1296f1265f7
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel