Re: [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

From: Alexei Starovoitov
Date: Wed Jul 19 2023 - 13:40:06 EST


On Wed, Jul 19, 2023 at 5:53 AM Leon Hwang <hffilwlqm@xxxxxxxxx> wrote:
> + return 0;
> +}
> +
> +/*
> + * Reuse the XDP program in xdp_dummy.c.
> + */
> +
> +char LICENSE[] SEC("license") = "GPL";

Do you have a hidden char in the above?
git considers the last line to be part of the commit log instead
of part of the patchset and it fails CI.