[openib-general] [PATCH] [TRIVIAL] kDAPL: Fix ib_dat_provider MODULE_PARM_DESC

Hal Rosenstock halr at voltaire.com
Thu May 5 15:45:02 PDT 2005


Fix ib_dat_provider MODULE_PARM_DESC

Signed-off-by: Hal Rosenstock <halr at voltaire.com>

Index: dapl_module.c
===================================================================
--- dapl_module.c       (revision 2265)
+++ dapl_module.c       (working copy)
@@ -44,7 +44,7 @@
 
 int g_dapl_dbg_type = 0;
 module_param_named(dbg_type, g_dapl_dbg_type, int, 0644);
-MODULE_PARM_DESC(g_dapl_dbg_type, "Enable dapl debug types");
+MODULE_PARM_DESC(dbg_type, "Enable dapl debug types");
 
 static int dapl_init(void);
 static void dapl_fini(void);





More information about the general mailing list