Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11622
b: refs/heads/master
c: 05d8468
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Oct 21, 2005
1 parent 8363c4e commit 101c4d8
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: 90eac727c6d7afbe707ce408edf97c33385fa08c
refs/heads/master: 05d84681abcb33fe34accb5982c413daeb4208c4
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static inline unsigned long do_mmap2(unsigned long addr, size_t len,
unsigned long fd, unsigned long off, int shift)
{
struct file * file = NULL;
int ret = -EINVAL;
unsigned long ret = -EINVAL;

if (shift) {
if (off & ((1 << shift) - 1))
Expand Down

0 comments on commit 101c4d8

Please sign in to comment.