diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/aoe/aoenet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoenet.c b/drivers/block/aoe/aoenet.c index d625169c8e48..0c81ca731287 100644 --- a/drivers/block/aoe/aoenet.c +++ b/drivers/block/aoe/aoenet.c | |||
@@ -30,7 +30,7 @@ enum { | |||
30 | 30 | ||
31 | static char aoe_iflist[IFLISTSZ]; | 31 | static char aoe_iflist[IFLISTSZ]; |
32 | module_param_string(aoe_iflist, aoe_iflist, IFLISTSZ, 0600); | 32 | module_param_string(aoe_iflist, aoe_iflist, IFLISTSZ, 0600); |
33 | MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=\"dev1 [dev2 ...]\"\n"); | 33 | MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=\"dev1 [dev2 ...]\""); |
34 | 34 | ||
35 | #ifndef MODULE | 35 | #ifndef MODULE |
36 | static int __init aoe_iflist_setup(char *str) | 36 | static int __init aoe_iflist_setup(char *str) |