* [PATCH] arm64:kernel:Fix typo in comment
@ 2022-06-22 9:14 Jilin Yuan
2022-06-22 10:40 ` Mark Brown
0 siblings, 1 reply; 5+ messages in thread
From: Jilin Yuan @ 2022-06-22 9:14 UTC (permalink / raw)
To: catalin.marinas, will
Cc: broonie, maz, bigeasy, geert+renesas, linux-arm-kernel,
linux-kernel, Jilin Yuan
Delete the redundant word 'in'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
arch/arm64/kernel/fpsimd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/kernel/fpsimd.c b/arch/arm64/kernel/fpsimd.c
index 819979398127..f1d476fa50a9 100644
--- a/arch/arm64/kernel/fpsimd.c
+++ b/arch/arm64/kernel/fpsimd.c
@@ -331,7 +331,7 @@ void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
* trapping to the kernel.
*
* When stored, Z0-Z31 (incorporating Vn in bits[127:0] or the
- * corresponding Zn), P0-P15 and FFR are encoded in in
+ * corresponding Zn), P0-P15 and FFR are encoded in
* task->thread.sve_state, formatted appropriately for vector
* length task->thread.sve_vl or, if SVCR.SM is set,
* task->thread.sme_vl.
--
2.36.1
_______________________________________________
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] 5+ messages in thread
* [PATCH] arm64:kernel:Fix typo in comment
@ 2022-06-22 9:19 Jilin Yuan
2022-06-22 9:23 ` Marc Zyngier
2022-06-22 10:07 ` Russell King (Oracle)
0 siblings, 2 replies; 5+ messages in thread
From: Jilin Yuan @ 2022-06-22 9:19 UTC (permalink / raw)
To: catalin.marinas, will
Cc: maz, joey.gouly, broonie, linux-arm-kernel, linux-kernel,
Jilin Yuan
Delete the redundant word 'ARM'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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 8eff0a34ffd4..bf61222c2c69 100644
--- a/arch/arm64/kernel/cpuinfo.c
+++ b/arch/arm64/kernel/cpuinfo.c
@@ -241,7 +241,7 @@ static struct kobj_type cpuregs_kobj_type = {
};
/*
- * The ARM ARM uses the phrase "32-bit register" to describe a register
+ * The ARM uses the phrase "32-bit register" to describe a register
* whose upper 32 bits are RES0 (per C5.1.1, ARM DDI 0487A.i), however
* no statement is made as to whether the upper 32 bits will or will not
* be made use of in future, and between ARM DDI 0487A.c and ARM DDI
--
2.36.1
_______________________________________________
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] 5+ messages in thread
* Re: [PATCH] arm64:kernel:Fix typo in comment
2022-06-22 9:19 [PATCH] arm64:kernel:Fix typo in comment Jilin Yuan
@ 2022-06-22 9:23 ` Marc Zyngier
2022-06-22 10:07 ` Russell King (Oracle)
1 sibling, 0 replies; 5+ messages in thread
From: Marc Zyngier @ 2022-06-22 9:23 UTC (permalink / raw)
To: Jilin Yuan
Cc: catalin.marinas, will, joey.gouly, broonie, linux-arm-kernel,
linux-kernel
On 2022-06-22 10:19, Jilin Yuan wrote:
> Delete the redundant word 'ARM'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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 8eff0a34ffd4..bf61222c2c69 100644
> --- a/arch/arm64/kernel/cpuinfo.c
> +++ b/arch/arm64/kernel/cpuinfo.c
> @@ -241,7 +241,7 @@ static struct kobj_type cpuregs_kobj_type = {
> };
>
> /*
> - * The ARM ARM uses the phrase "32-bit register" to describe a
> register
> + * The ARM uses the phrase "32-bit register" to describe a register
No. the expression "ARM ARM" refers to the ARM Architecture Reference
Manual.
M.
--
Jazz is not dead. It just smells funny...
_______________________________________________
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] 5+ messages in thread
* Re: [PATCH] arm64:kernel:Fix typo in comment
2022-06-22 9:19 [PATCH] arm64:kernel:Fix typo in comment Jilin Yuan
2022-06-22 9:23 ` Marc Zyngier
@ 2022-06-22 10:07 ` Russell King (Oracle)
1 sibling, 0 replies; 5+ messages in thread
From: Russell King (Oracle) @ 2022-06-22 10:07 UTC (permalink / raw)
To: Jilin Yuan
Cc: catalin.marinas, will, maz, joey.gouly, broonie, linux-arm-kernel,
linux-kernel
On Wed, Jun 22, 2022 at 05:19:51PM +0800, Jilin Yuan wrote:
> Delete the redundant word 'ARM'.
NAK. This patch is not appropriate.
"ARM" refers to Arm Ltd (using their old capitalisation) _and_ it also
refers to the _A_rchitecture _R_eferene _M_anual. So, "ARM ARM" is never
a typo anywhere in the kernel.
The only possible fixup would be to convert the _first_ "ARM" to be
"Arm" to follow the company's marketing whims, but we don't generally
go around updating stuff like that in the kernel unless other changes
are being made in that area or there is a real pressing need.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
_______________________________________________
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] 5+ messages in thread
* Re: [PATCH] arm64:kernel:Fix typo in comment
2022-06-22 9:14 Jilin Yuan
@ 2022-06-22 10:40 ` Mark Brown
0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2022-06-22 10:40 UTC (permalink / raw)
To: Jilin Yuan
Cc: catalin.marinas, will, maz, bigeasy, geert+renesas,
linux-arm-kernel, linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 197 bytes --]
On Wed, Jun 22, 2022 at 05:14:43PM +0800, Jilin Yuan wrote:
> Delete the redundant word 'in'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
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] 5+ messages in thread
end of thread, other threads:[~2022-06-22 10:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22 9:19 [PATCH] arm64:kernel:Fix typo in comment Jilin Yuan
2022-06-22 9:23 ` Marc Zyngier
2022-06-22 10:07 ` Russell King (Oracle)
-- strict thread matches above, loose matches on Subject: below --
2022-06-22 9:14 Jilin Yuan
2022-06-22 10:40 ` Mark Brown
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).