Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53387
b: refs/heads/master
c: 2609e7b
h: refs/heads/master
i:
  53385: f4d59fb
  53383: c17a099
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed May 3, 2007
1 parent a3125a0 commit f62896f
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: 3265b54556b2d8ed4e9612b08edb592b60205c40
refs/heads/master: 2609e7b9bebfd433254c02538ba803dc516ff674
2 changes: 1 addition & 1 deletion trunk/fs/sysfs/bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ read(struct file * file, char __user * userbuf, size_t count, loff_t * off)
if (copy_to_user(userbuf, buffer, count))
return -EFAULT;

pr_debug("offs = %lld, *off = %lld, count = %d\n", offs, *off, count);
pr_debug("offs = %lld, *off = %lld, count = %zd\n", offs, *off, count);

*off = offs + count;

Expand Down

0 comments on commit f62896f

Please sign in to comment.