Skip to content

Commit bb31451

Browse files
Xiang wangxctmarinas
authored andcommitted
arm64/fpsimd: Fix typo in comment
Delete the redundant word 'in'. Signed-off-by: Xiang wangx <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent ce253b8 commit bb31451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/fpsimd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
331331
* trapping to the kernel.
332332
*
333333
* When stored, Z0-Z31 (incorporating Vn in bits[127:0] or the
334-
* corresponding Zn), P0-P15 and FFR are encoded in in
334+
* corresponding Zn), P0-P15 and FFR are encoded in
335335
* task->thread.sve_state, formatted appropriately for vector
336336
* length task->thread.sve_vl or, if SVCR.SM is set,
337337
* task->thread.sme_vl.

0 commit comments

Comments
 (0)