net/mlx4: clean up includes and comments
[dpdk.git] / drivers / net / mlx4 / mlx4.h
index 94b5f1e..1cd4db3 100644 (file)
@@ -37,8 +37,7 @@
 #include <net/if.h>
 #include <stdint.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