There is a spelling mistake in an ASSERT_GT message. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
---
tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c b/tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c
index 6c90372b772d..ab0f02faa80c 100644
--- a/tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c
+++ b/tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c
@@ -498,7 +498,7 @@ static void test_pkcs7_sig_fsverity(void)
if (!ASSERT_OK_PTR(skel, "test_sig_in_xattr__open"))
goto out;
ret = get_signature_size(sig_path);
- if (!ASSERT_GT(ret, 0, "get_signaure_size"))
+ if (!ASSERT_GT(ret, 0, "get_signature_size"))
goto out;
skel->bss->sig_size = ret;
skel->bss->user_keyring_serial = syscall(__NR_request_key, "keyring",
--
2.39.2
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <[email protected]>:
On Mon, 4 Dec 2023 09:39:40 +0000 you wrote:
> There is a spelling mistake in an ASSERT_GT message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [NEXT] selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"
https://git.kernel.org/bpf/bpf-next/c/153de60e8bfb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html