linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: cpuinfo: Fix a typo
@ 2021-03-19 22:28 Bhaskar Chowdhury
  2021-03-20  1:30 ` Randy Dunlap
  2021-03-22 13:20 ` Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19 22:28 UTC (permalink / raw)
  To: catalin.marinas, will, anshuman.khandual, suzuki.poulose,
	gustavoars, vincenzo.frascino, unixbhaskar, linux-arm-kernel,
	linux-kernel
  Cc: rdunlap


s/acurate/accurate/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: cpuinfo: Fix a typo
  2021-03-19 22:28 [PATCH] arm64: cpuinfo: Fix a typo Bhaskar Chowdhury
@ 2021-03-20  1:30 ` Randy Dunlap
  2021-03-22 13:20 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-20  1:30 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: catalin.marinas, will, anshuman.khandual, suzuki.poulose,
	gustavoars, vincenzo.frascino, linux-arm-kernel, linux-kernel



On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/acurate/accurate/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> 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
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: cpuinfo: Fix a typo
  2021-03-19 22:28 [PATCH] arm64: cpuinfo: Fix a typo Bhaskar Chowdhury
  2021-03-20  1:30 ` Randy Dunlap
@ 2021-03-22 13:20 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2021-03-22 13:20 UTC (permalink / raw)
  To: linux-kernel, catalin.marinas, anshuman.khandual,
	Bhaskar Chowdhury, linux-arm-kernel, vincenzo.frascino,
	gustavoars, suzuki.poulose
  Cc: kernel-team, Will Deacon, rdunlap

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-22 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 22:28 [PATCH] arm64: cpuinfo: Fix a typo Bhaskar Chowdhury
2021-03-20  1:30 ` Randy Dunlap
2021-03-22 13:20 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).