cryptodev: fix asymmetric private session variable size
[dpdk.git] / lib / bpf / bpf_jit_x86.c
index aa22ea7..c1a30e0 100644 (file)
@@ -2,17 +2,12 @@
  * Copyright(c) 2018 Intel Corporation
  */
 
-#include <stdarg.h>
 #include <errno.h>
 #include <stdint.h>
-#include <inttypes.h>
 
 #include <rte_common.h>
 #include <rte_log.h>
 #include <rte_debug.h>
-#include <rte_memory.h>
-#include <rte_eal.h>
-#include <rte_byteorder.h>
 
 #include "bpf_impl.h"
 
@@ -1245,7 +1240,7 @@ emit_epilog(struct bpf_jit_state *st)
        uint32_t i;
        int32_t spil, ofs;
 
-       /* if we allready have an epilog generate a jump to it */
+       /* if we already have an epilog generate a jump to it */
        if (st->exit.num++ != 0) {
                emit_abs_jmp(st, st->exit.off);
                return;