[dpdk-dev] [PATCH v3 1/2] bpf: fix doxygen comments
Konstantin Ananyev
konstantin.ananyev at intel.com
Wed Nov 3 12:17:46 CET 2021
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.ananyev at 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
More information about the dev
mailing list