Commit 854f856f authored by Mark Brown's avatar Mark Brown Committed by Catalin Marinas

kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()

The comment for ptrace_sve_get_fpsimd_data() doesn't describe what the test
does at all, fix that.
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Reviewed-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220404090613.181272-2-broonie@kernel.orgSigned-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 8a58bcd0
......@@ -395,7 +395,7 @@ static void ptrace_set_sve_get_sve_data(pid_t child,
free(write_buf);
}
/* Validate attempting to set SVE data and read SVE data */
/* Validate attempting to set SVE data and read it via the FPSIMD regset */
static void ptrace_set_sve_get_fpsimd_data(pid_t child,
const struct vec_type *type,
unsigned int vl)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment