All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: cpufeature: Fix typos in comment
@ 2019-10-25  6:32 Shaokun Zhang
  2019-10-25  9:39 ` Suzuki K Poulose
  2019-10-25 15:20 ` Catalin Marinas
  0 siblings, 2 replies; 3+ messages in thread
From: Shaokun Zhang @ 2019-10-25  6:32 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Shaokun Zhang, Catalin Marinas, Will Deacon, Suzuki K Poulose

Fix up one typos: CTR_E0 -> CTR_EL0

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.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 05933c065732..56bba746da1c 100644
--- a/arch/arm64/kernel/cpuinfo.c
+++ b/arch/arm64/kernel/cpuinfo.c
@@ -329,7 +329,7 @@ static void __cpuinfo_store_cpu(struct cpuinfo_arm64 *info)
 	info->reg_cntfrq = arch_timer_get_cntfrq();
 	/*
 	 * Use the effective value of the CTR_EL0 than the raw value
-	 * exposed by the CPU. CTR_E0.IDC field value must be interpreted
+	 * exposed by the CPU. CTR_EL0.IDC field value must be interpreted
 	 * 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
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: cpufeature: Fix typos in comment
  2019-10-25  6:32 [PATCH] arm64: cpufeature: Fix typos in comment Shaokun Zhang
@ 2019-10-25  9:39 ` Suzuki K Poulose
  2019-10-25 15:20 ` Catalin Marinas
  1 sibling, 0 replies; 3+ messages in thread
From: Suzuki K Poulose @ 2019-10-25  9:39 UTC (permalink / raw)
  To: zhangshaokun, linux-arm-kernel; +Cc: catalin.marinas, will

On 10/25/2019 07:32 AM, Shaokun Zhang wrote:
> Fix up one typos: CTR_E0 -> CTR_EL0
> 
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.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 05933c065732..56bba746da1c 100644
> --- a/arch/arm64/kernel/cpuinfo.c
> +++ b/arch/arm64/kernel/cpuinfo.c
> @@ -329,7 +329,7 @@ static void __cpuinfo_store_cpu(struct cpuinfo_arm64 *info)
>   	info->reg_cntfrq = arch_timer_get_cntfrq();
>   	/*
>   	 * Use the effective value of the CTR_EL0 than the raw value
> -	 * exposed by the CPU. CTR_E0.IDC field value must be interpreted
> +	 * exposed by the CPU. CTR_EL0.IDC field value must be interpreted
>   	 * 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
> 

Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: cpufeature: Fix typos in comment
  2019-10-25  6:32 [PATCH] arm64: cpufeature: Fix typos in comment Shaokun Zhang
  2019-10-25  9:39 ` Suzuki K Poulose
@ 2019-10-25 15:20 ` Catalin Marinas
  1 sibling, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2019-10-25 15:20 UTC (permalink / raw)
  To: Shaokun Zhang; +Cc: Will Deacon, linux-arm-kernel, Suzuki K Poulose

On Fri, Oct 25, 2019 at 02:32:06PM +0800, Shaokun Zhang wrote:
> Fix up one typos: CTR_E0 -> CTR_EL0
> 
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
> ---

Queued for 5.5. Thanks.

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-10-25 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25  6:32 [PATCH] arm64: cpufeature: Fix typos in comment Shaokun Zhang
2019-10-25  9:39 ` Suzuki K Poulose
2019-10-25 15:20 ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.