mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
selftests/bpf: Fix typos and grammar in test sources
Fix spelling typos and grammar errors in BPF selftests source code. Signed-off-by: Shubham Sharma <slopixelz@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20250826125746.17983-1-slopixelz@gmail.com
This commit is contained in:
committed by
Andrii Nakryiko
parent
2660b9d477
commit
d3abefe897
@@ -90,7 +90,7 @@ void test_module_attach(void)
|
||||
|
||||
test_module_attach__detach(skel);
|
||||
|
||||
/* attach fentry/fexit and make sure it get's module reference */
|
||||
/* attach fentry/fexit and make sure it gets module reference */
|
||||
link = bpf_program__attach(skel->progs.handle_fentry);
|
||||
if (!ASSERT_OK_PTR(link, "attach_fentry"))
|
||||
goto cleanup;
|
||||
|
||||
Reference in New Issue
Block a user