net/mlx4: clean up includes and comments
[dpdk.git] / drivers / net / mlx4 / mlx4_flow.h
index a24ae31..fbb775d 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