selftests/powerpc/ptrace: Fix typo in pid_max search error
authorBenjamin Gray <bgray@linux.ibm.com>
Tue, 25 Jul 2023 00:58:40 +0000 (10:58 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 Aug 2023 12:22:19 +0000 (22:22 +1000)
commitfc6732a8556c1099b89f4777a96bd6a1ae5a4378
treea4020ce838ac9553007672feda30e787c19da942
parent68877ff20a7f4f773069784cfe4f6fe9c7b9a841
selftests/powerpc/ptrace: Fix typo in pid_max search error

pid_max_addr() searches for the 'pid_max' symbol in /proc/kallsyms, and
prints an error if it cannot find it. The error message has a typo,
calling it pix_max.

Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230725005841.28854-4-bgray@linux.ibm.com
tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c