Browse Source

bnx2x: Missing module parameter description

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Eilon Greenstein 16 years ago
parent
commit
2059aba7e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/bnx2x_main.c

+ 1 - 0
drivers/net/bnx2x_main.c

@@ -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);