selftests/bpf: Drop return in bpf_testmod_exit
authorGeliang Tang <tanggeliang@kylinos.cn>
Sun, 28 Jan 2024 11:43:57 +0000 (19:43 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 29 Jan 2024 15:41:29 +0000 (16:41 +0100)
commitf149d03f450b4afab11f5e1ebd8fdfaf7eb24a28
tree4ad7347ebcf54143db3162389cff406a0c89ff50
parent06a33d024838414432b6c0f51f994e7f1695b74f
selftests/bpf: Drop return in bpf_testmod_exit

bpf_testmod_exit() does not need to have a return value (given the void),
so this patch drops this useless 'return' in it.

Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/bpf/5765b287ea088f0c820f2a834faf9b20fb2f8215.1706442113.git.tanggeliang@kylinos.cn
tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c