Re: [PATCH bpf-next] bpf: tcp: Remove comma which is causing build error

From: Alexei Starovoitov
Date: Sun Mar 28 2021 - 14:52:49 EST


On Sun, Mar 28, 2021 at 5:05 AM Atul Gopinathan
<atulgopinathan@xxxxxxxxx> wrote:
>
> Currently, building the bpf-next source with the CONFIG_BPF_SYSCALL
> enabled is causing a compilation error:
>
> "net/ipv4/bpf_tcp_ca.c:209:28: error: expected identifier or '(' before
> ',' token"
>
> Fix this by removing an unnecessary comma.
>
> Reported-by: syzbot+0b74d8ec3bf0cc4e4209@xxxxxxxxxxxxxxxxxxxxxxxxx
> Fixes: e78aea8b2170 ("bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-cc")
> Signed-off-by: Atul Gopinathan <atulgopinathan@xxxxxxxxx>

Thanks for the quick fix. Applied.