Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161336
b: refs/heads/master
c: e6f25a7
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki committed Aug 17, 2009
1 parent 91f174d commit bca8fe6
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: 3e2bcad89814030ad6a369a97ad1481fd35938d3
refs/heads/master: e6f25a7b2398581a5f96bf9021d0b22c9647acf4
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-log-userspace-transfer.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr)
*(pkg->data_size) = 0;
} else if (tfr->data_size > *(pkg->data_size)) {
DMERR("Insufficient space to receive package [%u] "
"(%u vs %lu)", tfr->request_type,
"(%u vs %zu)", tfr->request_type,
tfr->data_size, *(pkg->data_size));

*(pkg->data_size) = 0;
Expand Down

0 comments on commit bca8fe6

Please sign in to comment.