]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/icmpecho.c
net/bnxt: fix null dereference in session cleanup
[dpdk.git] / app / test-pmd / icmpecho.c
index 8f1d68a83afdc262a72e6b3dfab86fea1c8dd7f6..99c94cb282c057b60eee008b63ca008e7f359128 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_cycles.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_memory.h>
 #include <rte_mempool.h>
@@ -54,7 +53,7 @@ arp_op_name(uint16_t arp_op)
        default:
                break;
        }
-       return "Unkwown ARP op";
+       return "Unknown ARP op";
 }
 
 static const char *