Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288043
b: refs/heads/master
c: 164974a
h: refs/heads/master
i:
  288041: 7ee8591
  288039: 656aa88
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 29, 2012
1 parent 6dcdc8c commit 21a03e8
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: 891003abb0db6bfffd61b76ad0ed39bb7c3db8e1
refs/heads/master: 164974a8f2a482f1abcb027c6d1a89dd79b14297
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/miscdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ ecryptfs_miscdev_write(struct file *file, const char __user *buf,
goto memdup;
} else if (count < MIN_MSG_PKT_SIZE || count > MAX_MSG_PKT_SIZE) {
printk(KERN_WARNING "%s: Acceptable packet size range is "
"[%d-%lu], but amount of data written is [%zu].",
"[%d-%zu], but amount of data written is [%zu].",
__func__, MIN_MSG_PKT_SIZE, MAX_MSG_PKT_SIZE, count);
return -EINVAL;
}
Expand Down

0 comments on commit 21a03e8

Please sign in to comment.