projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10378a3
)
riscv: typo in comment for get_f64_reg
author
Xingyou Chen
<rockrush@rockwork.org>
Sun, 17 Mar 2024 05:55:56 +0000
(13:55 +0800)
committer
Palmer Dabbelt
<palmer@rivosinc.com>
Wed, 22 May 2024 23:12:53 +0000
(16:12 -0700)
Signed-off-by: Xingyou Chen <rockrush@rockwork.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link:
https://lore.kernel.org/r/20240317055556.9449-1-rockrush@rockwork.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/fpu.S
patch
|
blob
|
history
diff --git
a/arch/riscv/kernel/fpu.S
b/arch/riscv/kernel/fpu.S
index 2c543f130f9389aa4f1d9fee05f5027d99adaa78..327cf527dd7e146b9973bccce18db1fbe06ddab8 100644
(file)
--- a/
arch/riscv/kernel/fpu.S
+++ b/
arch/riscv/kernel/fpu.S
@@
-211,7
+211,7
@@
SYM_FUNC_START(put_f64_reg)
SYM_FUNC_END(put_f64_reg)
/*
- *
pu
t_f64_reg - Get a 64 bits FP register value and returned it or store it to
+ *
ge
t_f64_reg - Get a 64 bits FP register value and returned it or store it to
* a pointer.
* a0 = FP register index to be retrieved
* a1 = If xlen == 32, pointer which should be loaded with the FP register value