From: Konstantin Ananyev Date: Wed, 3 Nov 2021 11:17:46 +0000 (+0000) Subject: bpf: fix doxygen comment X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7b0a120157504f20019a26229506b92963e3e146;p=dpdk.git bpf: fix doxygen comment Fix typo in doxygen comments for rte_bpf_convert(). Fixes: 2eccf6afbea9 ("bpf: add function to convert classic BPF to DPDK BPF") Signed-off-by: Konstantin Ananyev --- diff --git a/lib/bpf/rte_bpf.h b/lib/bpf/rte_bpf.h index 0d0a84b130..f09e36b65b 100644 --- a/lib/bpf/rte_bpf.h +++ b/lib/bpf/rte_bpf.h @@ -221,8 +221,6 @@ struct bpf_program; * * @param prog * Classic BPF program from pcap_compile(). - * @param prm - * Result Extended BPF program. * @return * Pointer to BPF program (allocated with *rte_malloc*) * that is used in future BPF operations,