* [PATCH V2] riscv: vector: Fix a typo of preempt_v
@ 2024-02-21 10:02 Song Shuai
2024-03-20 20:50 ` patchwork-bot+linux-riscv
0 siblings, 1 reply; 2+ messages in thread
From: Song Shuai @ 2024-02-21 10:02 UTC (permalink / raw)
To: paul.walmsley, palmer, aou, andy.chiu, ebiggers, vincent.chen,
songshuaishuai, greentime.hu, linux-riscv, linux-kernel
Cc: Andy Chiu
The term "preempt_v" represents the RISCV_PREEMPT_V field of riscv_v_flags
and is used in lots of comments.
Here corrects the miss-spelling "prempt_v". And s/acheived/achieved/.
Reviewed-by: Andy Chiu <andybnac@gmail.com>
Signed-off-by: Song Shuai <songshuaishuai@tinylab.org>
---
Changes since V1:
https://lore.kernel.org/linux-riscv/20240206044217.1283849-1-songshuaishuai@tinylab.org/
- s/acheived/achieved/
- Add Reviewed-by from Andy
---
arch/riscv/include/asm/simd.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/riscv/include/asm/simd.h b/arch/riscv/include/asm/simd.h
index 54efbf523d49..adb50f3ec205 100644
--- a/arch/riscv/include/asm/simd.h
+++ b/arch/riscv/include/asm/simd.h
@@ -34,9 +34,9 @@ static __must_check inline bool may_use_simd(void)
return false;
/*
- * Nesting is acheived in preempt_v by spreading the control for
+ * Nesting is achieved in preempt_v by spreading the control for
* preemptible and non-preemptible kernel-mode Vector into two fields.
- * Always try to match with prempt_v if kernel V-context exists. Then,
+ * Always try to match with preempt_v if kernel V-context exists. Then,
* fallback to check non preempt_v if nesting happens, or if the config
* is not set.
*/
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V2] riscv: vector: Fix a typo of preempt_v
2024-02-21 10:02 [PATCH V2] riscv: vector: Fix a typo of preempt_v Song Shuai
@ 2024-03-20 20:50 ` patchwork-bot+linux-riscv
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-riscv @ 2024-03-20 20:50 UTC (permalink / raw)
To: Song Shuai
Cc: linux-riscv, paul.walmsley, palmer, aou, andy.chiu, ebiggers,
vincent.chen, greentime.hu, linux-kernel, andybnac
Hello:
This patch was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Wed, 21 Feb 2024 18:02:52 +0800 you wrote:
> The term "preempt_v" represents the RISCV_PREEMPT_V field of riscv_v_flags
> and is used in lots of comments.
>
> Here corrects the miss-spelling "prempt_v". And s/acheived/achieved/.
>
> Reviewed-by: Andy Chiu <andybnac@gmail.com>
> Signed-off-by: Song Shuai <songshuaishuai@tinylab.org>
>
> [...]
Here is the summary with links:
- [V2] riscv: vector: Fix a typo of preempt_v
https://git.kernel.org/riscv/c/700c2d9b1b17
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-20 20:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 10:02 [PATCH V2] riscv: vector: Fix a typo of preempt_v Song Shuai
2024-03-20 20:50 ` patchwork-bot+linux-riscv
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox