selftests: static_keys: fix test name in messages
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Sun, 1 Oct 2023 13:18:09 +0000 (15:18 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 5 Oct 2023 20:28:59 +0000 (14:28 -0600)
commit1c71a121c7ff41bf6605b2604408d109eab047ae
tree03769ef1e419d9befe9d492967164e1268774be8
parent5b45a753776be5d21cf395ec97e81c9187fbeaca
selftests: static_keys: fix test name in messages

As a general rule, the name of the selftest is printed at the beginning
of every message.

Use "static_keys" (name of the test itself) consistently instead of mixing
"static_key" and "static_keys" at the beginning of the messages in the
test_static_keys script.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/static_keys/test_static_keys.sh