On Tue, Feb 03, 2026 at 10:13:57AM +0000, [email protected] wrote: > > diff --git a/tools/testing/selftests/bpf/prog_tests/tracing_multi.c > > b/tools/testing/selftests/bpf/prog_tests/tracing_multi.c > > index 3ccf0d4ed..575454e31 100644 > > --- a/tools/testing/selftests/bpf/prog_tests/tracing_multi.c > > +++ b/tools/testing/selftests/bpf/prog_tests/tracing_multi.c > > @@ -6,6 +6,9 @@ > > #include <bpf/btf.h> > > #include <linux/btf.h> > > #include <search.h> > > +#include <bpf/btf.h> > > +#include <linux/btf.h> > > +#include <search.h> > > These three includes are duplicates of the lines immediately above them. > Were they added by mistake? > > [ ... ] > > > + t = btf__type_by_id(btf, proto->type); > > + while (t && btf_type_is_modifier(t)) > > + t = btf__type_by_id(btf, t->type); > > The while line uses spaces for indentation instead of a tab.
yes, will fix, thnx jirka
