Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libbpf: Remove redundant semi-colon

Remove redundant semi-colon in finalize_btf_ext().

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210402012634.1965453-1-yangyingliang@huawei.com

authored by

Yang Yingliang and committed by
Daniel Borkmann
f07669df 6ac4c6f8

+1 -1
+1 -1
tools/lib/bpf/linker.c
··· 1895 1895 hdr->func_info_len = funcs_sz; 1896 1896 hdr->line_info_off = funcs_sz; 1897 1897 hdr->line_info_len = lines_sz; 1898 - hdr->core_relo_off = funcs_sz + lines_sz;; 1898 + hdr->core_relo_off = funcs_sz + lines_sz; 1899 1899 hdr->core_relo_len = core_relos_sz; 1900 1900 1901 1901 if (funcs_sz) {