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 <konstantin.anan...@intel.com> --- lib/bpf/rte_bpf.h | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.25.1