Fixes: 0d8318db633f ("netdev-afxdp: Disable -Wfree-nonheap-object on receive.")
Signed-off-by: David Marchand <[email protected]>
---
 lib/netdev-afxdp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/netdev-afxdp.c b/lib/netdev-afxdp.c
index 09f4c51073..8ef2ac192f 100644
--- a/lib/netdev-afxdp.c
+++ b/lib/netdev-afxdp.c
@@ -841,7 +841,7 @@ netdev_afxdp_rxq_recv(struct netdev_rxq *rxq_, struct 
dp_packet_batch *batch,
 
 #if __GNUC__ >= 11 && !__clang__
         /* GCC 11+ generates a false-positive warning about free() being
-         * called on DPBUF_AFXDP packet, but it is an imposisible code path.
+         * called on DPBUF_AFXDP packet, but it is an impossible code path.
          * Disabling a warning to avoid build failures.
          * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108187 */
 #pragma GCC diagnostic push
-- 
2.52.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to