From 7b0a120157504f20019a26229506b92963e3e146 Mon Sep 17 00:00:00 2001 From: Konstantin Ananyev Date: Wed, 3 Nov 2021 11:17:46 +0000 Subject: [PATCH] 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 --- 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.39.5