Skip to content
Commit 7e32a09f authored by Atul Gopinathan's avatar Atul Gopinathan Committed by Alexei Starovoitov
Browse files

bpf: tcp: Remove comma which is causing build error



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.

Fixes: e78aea8b ("bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-cc")
Reported-by: default avatar <syzbot+0b74d8ec3bf0cc4e4209@syzkaller.appspotmail.com>
Signed-off-by: default avatarAtul Gopinathan <atulgopinathan@gmail.com>
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210328120515.113895-1-atulgopinathan@gmail.com
parent fddbf4b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment