]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4.h
net/mlx4: clean up includes and comments
[dpdk.git] / drivers / net / mlx4 / mlx4.h
index 94b5f1e6d15ef299b06631e2ab3c98b3fa3370f4..1cd4db3f079c4c828459307328b80537c45b9442 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