Skip to content

Commit 7e6eae2

Browse files
rockrushpalmer-dabbelt
authored andcommitted
riscv: typo in comment for get_f64_reg
Signed-off-by: Xingyou Chen <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 10378a3 commit 7e6eae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/kernel/fpu.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ SYM_FUNC_START(put_f64_reg)
211211
SYM_FUNC_END(put_f64_reg)
212212

213213
/*
214-
* put_f64_reg - Get a 64 bits FP register value and returned it or store it to
214+
* get_f64_reg - Get a 64 bits FP register value and returned it or store it to
215215
* a pointer.
216216
* a0 = FP register index to be retrieved
217217
* a1 = If xlen == 32, pointer which should be loaded with the FP register value

0 commit comments

Comments
 (0)