Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157293
b: refs/heads/master
c: 0d03d59
h: refs/heads/master
i:
  157291: a7ac6be
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Sep 10, 2009
1 parent 2c1df1d commit 91704d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 526b678093a8a4bcf1ffffbe17bcf21c057eddf5
refs/heads/master: 0d03d59d9b31cd1e33b7e46a80b6fef66244b1f2
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-log-userspace-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ static int userspace_status(struct dm_dirty_log *log, status_type_t status_type,
break;
case STATUSTYPE_TABLE:
sz = 0;
table_args = strstr(lc->usr_argv_str, " ");
table_args = strchr(lc->usr_argv_str, ' ');
BUG_ON(!table_args); /* There will always be a ' ' */
table_args++;

Expand Down

0 comments on commit 91704d8

Please sign in to comment.