]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
bnx2x: Missing module parameter description
authorEilon Greenstein <eilong@broadcom.com>
Mon, 2 Mar 2009 07:59:48 +0000 (07:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2009 06:32:40 +0000 (22:32 -0800)
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c

index e0851a744c421b068174e44224e84a77c53ae796..46e2492fc9d072f6d573a69e3bbb8a8810999792 100644 (file)
@@ -72,6 +72,7 @@ MODULE_VERSION(DRV_MODULE_VERSION);
 
 static int multi_mode = 1;
 module_param(multi_mode, int, 0);
+MODULE_PARM_DESC(multi_mode, " Use per-CPU queues");
 
 static int disable_tpa;
 module_param(disable_tpa, int, 0);