]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_flow.h
net/mlx4: clean up includes and comments
[dpdk.git] / drivers / net / mlx4 / mlx4_flow.h
index a24ae319942d9b1d550d65c70b3d1996c0335776..fbb775d223619901fd33703a67245030eca928b3 100644 (file)
@@ -37,8 +37,7 @@
 #include <stdint.h>
 #include <sys/queue.h>
 
-/* Verbs header. */
-/* ISO C doesn't support unnamed structs/unions, disabling -pedantic. */
+/* Verbs headers do not support -pedantic. */
 #ifdef PEDANTIC
 #pragma GCC diagnostic ignored "-Wpedantic"
 #endif