diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/aoe/aoe.h | 2 | ||||
-rw-r--r-- | drivers/block/aoe/aoenet.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 0f478dcfc19..f8d6c7e18a8 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #define AOE_PARTITIONS (16) | 11 | #define AOE_PARTITIONS (16) |
12 | #endif | 12 | #endif |
13 | 13 | ||
14 | #define WHITESPACE " \t\v\f\n" | 14 | #define WHITESPACE " \t\v\f\n," |
15 | 15 | ||
16 | enum { | 16 | enum { |
17 | AOECMD_ATA, | 17 | AOECMD_ATA, |
diff --git a/drivers/block/aoe/aoenet.c b/drivers/block/aoe/aoenet.c index 2e47404ff00..71d3ea8d300 100644 --- a/drivers/block/aoe/aoenet.c +++ b/drivers/block/aoe/aoenet.c | |||
@@ -31,7 +31,7 @@ enum { | |||
31 | 31 | ||
32 | static char aoe_iflist[IFLISTSZ]; | 32 | static char aoe_iflist[IFLISTSZ]; |
33 | module_param_string(aoe_iflist, aoe_iflist, IFLISTSZ, 0600); | 33 | module_param_string(aoe_iflist, aoe_iflist, IFLISTSZ, 0600); |
34 | MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=\"dev1 [dev2 ...]\""); | 34 | MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=dev1[,dev2...]"); |
35 | 35 | ||
36 | static wait_queue_head_t txwq; | 36 | static wait_queue_head_t txwq; |
37 | static struct ktstate kts; | 37 | static struct ktstate kts; |