aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
diff options
context:
space:
mode:
authorGravatar Xingyou Chen <rockrush@rockwork.org> 2024-03-17 13:55:56 +0800
committerGravatar Palmer Dabbelt <palmer@rivosinc.com> 2024-05-22 16:12:53 -0700
commit7e6eae24daf6bdb812c14d40b76c23de1371149d (patch)
treee7af02dba2d667d9b1b6c6f550aeb6561f74a38c /arch/riscv/kernel
parentUse bool value in set_cpu_online() (diff)
downloadlinux-7e6eae24daf6bdb812c14d40b76c23de1371149d.tar.gz
linux-7e6eae24daf6bdb812c14d40b76c23de1371149d.tar.bz2
linux-7e6eae24daf6bdb812c14d40b76c23de1371149d.zip
riscv: typo in comment for get_f64_reg
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>
Diffstat (limited to 'arch/riscv/kernel')
-rw-r--r--arch/riscv/kernel/fpu.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/kernel/fpu.S b/arch/riscv/kernel/fpu.S
index 2c543f130f93..327cf527dd7e 100644
--- 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)
/*
- * put_f64_reg - Get a 64 bits FP register value and returned it or store it to
+ * get_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