diff options
Diffstat (limited to 'drivers/net/tokenring')
-rw-r--r-- | drivers/net/tokenring/3c359.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/3c359.c index 7766cde0d63..bf621328b60 100644 --- a/drivers/net/tokenring/3c359.c +++ b/drivers/net/tokenring/3c359.c | |||
@@ -95,20 +95,20 @@ MODULE_DESCRIPTION("3Com 3C359 Velocity XL Token Ring Adapter Driver \n") ; | |||
95 | static int ringspeed[XL_MAX_ADAPTERS] = {0,} ; | 95 | static int ringspeed[XL_MAX_ADAPTERS] = {0,} ; |
96 | 96 | ||
97 | module_param_array(ringspeed, int, NULL, 0); | 97 | module_param_array(ringspeed, int, NULL, 0); |
98 | MODULE_PARM_DESC(ringspeed,"3c359: Ringspeed selection - 4,16 or 0") ; | 98 | MODULE_PARM_DESC(ringspeed,"3c359: Ringspeed selection - 4,16 or 0") ; |
99 | 99 | ||
100 | /* Packet buffer size */ | 100 | /* Packet buffer size */ |
101 | 101 | ||
102 | static int pkt_buf_sz[XL_MAX_ADAPTERS] = {0,} ; | 102 | static int pkt_buf_sz[XL_MAX_ADAPTERS] = {0,} ; |
103 | 103 | ||
104 | module_param_array(pkt_buf_sz, int, NULL, 0) ; | 104 | module_param_array(pkt_buf_sz, int, NULL, 0) ; |
105 | MODULE_PARM_DESC(pkt_buf_sz,"3c359: Initial buffer size") ; | 105 | MODULE_PARM_DESC(pkt_buf_sz,"3c359: Initial buffer size") ; |
106 | /* Message Level */ | 106 | /* Message Level */ |
107 | 107 | ||
108 | static int message_level[XL_MAX_ADAPTERS] = {0,} ; | 108 | static int message_level[XL_MAX_ADAPTERS] = {0,} ; |
109 | 109 | ||
110 | module_param_array(message_level, int, NULL, 0) ; | 110 | module_param_array(message_level, int, NULL, 0) ; |
111 | MODULE_PARM_DESC(message_level, "3c359: Level of reported messages \n") ; | 111 | MODULE_PARM_DESC(message_level, "3c359: Level of reported messages") ; |
112 | /* | 112 | /* |
113 | * This is a real nasty way of doing this, but otherwise you | 113 | * This is a real nasty way of doing this, but otherwise you |
114 | * will be stuck with 1555 lines of hex #'s in the code. | 114 | * will be stuck with 1555 lines of hex #'s in the code. |