net/mlx4_en: Fix mixed PFC and Global pause user control requests
[pandora-kernel.git] / include / linux / stringify.h
index 0b43883..841cec8 100644 (file)
@@ -6,7 +6,7 @@
  * converts to "bar".
  */
 
-#define __stringify_1(x)       #x
-#define __stringify(x)         __stringify_1(x)
+#define __stringify_1(x...)    #x
+#define __stringify(x...)      __stringify_1(x)
 
 #endif /* !__LINUX_STRINGIFY_H */