[openib-general] [PATCH] [TRIVIAL] ipoib: Fix compile problem with data path debug on
Hal Rosenstock
halr at voltaire.com
Thu Sep 23 12:52:36 PDT 2004
ipoib: Fix compile problem with data path debug on
Index: ipoib_main.c
===================================================================
--- ipoib_main.c (revision 880)
+++ ipoib_main.c (working copy)
@@ -43,12 +43,14 @@
int debug_level;
module_param(debug_level, int, 0644);
+#ifdef CONFIG_INFINIBAND_IPOIB_DEBUG_DATA
MODULE_PARM_DESC(debug_level,
"Enable debug tracing if > 0"
-#ifdef CONFIG_INFINIBAND_IPOIB_DEBUG_DATA
- " and data path tracing if > 1"
+ " and data path tracing if > 1");
+#else
+MODULE_PARM_DESC(debug_level,
+ "Enable debug tracing if > 0");
#endif
- );
int mcast_debug_level;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20040923/01cb8f09/attachment.html>
More information about the general
mailing list