aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/arm64/fp/sve-ptrace.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-04-04 10:06:11 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2022-04-28 17:57:10 +0100
commit854f856f7ee35d26cdfd26e4eb3f293cc8cd8d12 (patch)
treeaf384a7ea46944220ffebe95ca3e5622db9104df /tools/testing/selftests/arm64/fp/sve-ptrace.c
parentarm64/sme: Add ID_AA64SMFR0_EL1 to __read_sysreg_by_encoding() (diff)
downloadlinux-dev-854f856f7ee35d26cdfd26e4eb3f293cc8cd8d12.tar.xz
linux-dev-854f856f7ee35d26cdfd26e4eb3f293cc8cd8d12.zip
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: Mark Brown <broonie@kernel.org> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20220404090613.181272-2-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/testing/selftests/arm64/fp/sve-ptrace.c')
-rw-r--r--tools/testing/selftests/arm64/fp/sve-ptrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/fp/sve-ptrace.c b/tools/testing/selftests/arm64/fp/sve-ptrace.c
index 4c418b2021e0..7682798adbba 100644
--- a/tools/testing/selftests/arm64/fp/sve-ptrace.c
+++ b/tools/testing/selftests/arm64/fp/sve-ptrace.c
@@ -395,7 +395,7 @@ out:
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)