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 <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220610070543.59338-1-wangxiang@cdjrlc.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent ce253b8 commit bb31451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)