mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
arm64/ptrace: Fix typoes in sve_set() comment
The ptrace trace SVE flags are prefixed with SVE_PT_*. Update the comment accordingly. Reviewed-by: Dave Martin <[email protected]> Signed-off-by: Julien Grall <[email protected]> Signed-off-by: Will Deacon <[email protected]>
This commit is contained in:
committed by
Will Deacon
parent
2951d5efaf
commit
08f103b9a9
@@ -870,7 +870,7 @@ static int sve_set(struct task_struct *target,
|
||||
goto out;
|
||||
|
||||
/*
|
||||
* Apart from PT_SVE_REGS_MASK, all PT_SVE_* flags are consumed by
|
||||
* Apart from SVE_PT_REGS_MASK, all SVE_PT_* flags are consumed by
|
||||
* sve_set_vector_length(), which will also validate them for us:
|
||||
*/
|
||||
ret = sve_set_vector_length(target, header.vl,
|
||||
|
||||
Reference in New Issue
Block a user