]> git.hungrycats.org Git - linux/commit
selftests/bpf: correct CONFIG_PPC64 macro name in comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Wed, 10 Jun 2026 04:40:20 +0000 (21:40 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 15 Jun 2026 00:29:43 +0000 (17:29 -0700)
commit1f24de6b2c81f71f90a7c02be516da99f00d11c7
treeed49dcf412ae7f737cee3c7bb0a12f403194c2ff
parenta6f615db083d0993bad9ca8fe226d1c996c4bf5b
selftests/bpf: correct CONFIG_PPC64 macro name in comment

A comment in tools/testing/selftests/bpf/progs/test_fill_link_info.c
incorrectly refers to CONFIG_PPC6 instead of CONFIG_PPC64. Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://lore.kernel.org/r/20260610044023.225820-1-enelsonmoore@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/test_fill_link_info.c