Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284345
b: refs/heads/master
c: efeb156
h: refs/heads/master
i:
  284343: 5627439
v: v3
  • Loading branch information
Stephen Boyd authored and Linus Torvalds committed Jan 13, 2012
1 parent 536e3c2 commit c5f0dce
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: a2ef990ab5a6705a356d146dd773a3b359787497
refs/heads/master: efeb156e7275c5b6c6e0f96aceb3c6abf98fc392
2 changes: 1 addition & 1 deletion trunk/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ static ssize_t write_enabled_file_bool(struct file *file,
const char __user *user_buf, size_t count, loff_t *ppos)
{
char buf[32];
int buf_size;
size_t buf_size;

buf_size = min(count, (sizeof(buf)-1));
if (copy_from_user(buf, user_buf, buf_size))
Expand Down

0 comments on commit c5f0dce

Please sign in to comment.