Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273822
b: refs/heads/master
c: 7742ce4
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and Jens Axboe committed Aug 19, 2011
1 parent f37dd3e commit 24c1d19
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: 7f1b90f99a2d4253f8eb1221d39da072178adbc5
refs/heads/master: 7742ce4ab49976851ce7f0185dcbe491935371a2
2 changes: 1 addition & 1 deletion trunk/drivers/block/nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ static int __init nbd_init(void)
BUILD_BUG_ON(sizeof(struct nbd_request) != 28);

if (max_part < 0) {
printk(KERN_CRIT "nbd: max_part must be >= 0\n");
printk(KERN_ERR "nbd: max_part must be >= 0\n");
return -EINVAL;
}

Expand Down

0 comments on commit 24c1d19

Please sign in to comment.