Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180175
b: refs/heads/master
c: c85e9a9
h: refs/heads/master
i:
  180173: 0cbe7d4
  180171: eefddb5
  180167: f47ee85
  180159: f31f4ce
v: v3
  • Loading branch information
Wu Fengguang authored and Linus Torvalds committed Feb 3, 2010
1 parent 9e55cfd commit 2f4961d
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: 325fda71d0badc1073dc59f12a948f24ff05796a
refs/heads/master: c85e9a97c4102ce2e83112da850d838cfab5ab13
2 changes: 1 addition & 1 deletion trunk/drivers/char/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ static ssize_t write_kmem(struct file * file, const char __user * buf,
err = -EFAULT;
break;
}
sz = vwrite(kbuf, (char *)p, sz);
vwrite(kbuf, (char *)p, sz);
count -= sz;
buf += sz;
virtr += sz;
Expand Down

0 comments on commit 2f4961d

Please sign in to comment.