Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346493
b: refs/heads/master
c: 4a6c9ee
h: refs/heads/master
i:
  346491: d9baece
v: v3
  • Loading branch information
Ed Cashin authored and Linus Torvalds committed Dec 18, 2012
1 parent 92ba985 commit 29888d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c450ba0fc12153cb5d3fd582b4ec82c75217a989
refs/heads/master: 4a6c9ee93cd03604bd0e61066ce6aaf4bc0f1eb9
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoe.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define AOE_PARTITIONS (16)
#endif

#define WHITESPACE " \t\v\f\n"
#define WHITESPACE " \t\v\f\n,"

enum {
AOECMD_ATA,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoenet.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum {

static char aoe_iflist[IFLISTSZ];
module_param_string(aoe_iflist, aoe_iflist, IFLISTSZ, 0600);
MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=\"dev1 [dev2 ...]\"");
MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=dev1[,dev2...]");

static wait_queue_head_t txwq;
static struct ktstate kts;
Expand Down

0 comments on commit 29888d3

Please sign in to comment.