]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: breakpoints: Fix a typo of function name
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 31 Oct 2019 12:23:00 +0000 (21:23 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 7 Nov 2019 21:27:26 +0000 (14:27 -0700)
commit479ec591a4a88b1dbd9c5947339bce6c4f30aa2e
tree7e87edc3cccdc2ca27bb7b51924e21c5443946cf
parent58a4454a1ca518ac09ab6fe6eea4b90bbc123d01
selftests: breakpoints: Fix a typo of function name

Since commit 12b71fe64049 ("selftests: Add test plan API to kselftest.h
and adjust callers") accidentally introduced 'a' typo in the front of
run_test() function, breakpoint_test_arm64.c became not able to be
compiled.

Remove the 'a' from arun_test().

Fixes: 12b71fe64049 ("selftests: Add test plan API to kselftest.h and adjust callers")
Reported-by: Jun Takahashi <takahashi.jun_s@aa.socionext.com>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Kees Cook <keescook@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/breakpoints/breakpoint_test_arm64.c