Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18591
b: refs/heads/master
c: 014c254
h: refs/heads/master
i:
  18589: bc100da
  18587: a6e951a
  18583: cff4e2b
  18575: d7a0df7
  18559: 816e24d
v: v3
  • Loading branch information
Jesper Juhl authored and Adrian Bunk committed Jan 15, 2006
1 parent 3fe428d commit 393e1d6
Show file tree
Hide file tree
Showing 11 changed files with 276 additions and 276 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: 46a9f65f8bb39778646b83220d9619aff1490bcd
refs/heads/master: 014c2544e6fd09d702c908d95fe32c082376e15c
4 changes: 2 additions & 2 deletions trunk/arch/um/include/sysdep-i386/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ unsigned int csum_partial_copy_nocheck(const unsigned char *src, unsigned char *
int len, int sum)
{
memcpy(dst, src, len);
return(csum_partial(dst, len, sum));
return csum_partial(dst, len, sum);
}

/*
Expand Down Expand Up @@ -104,7 +104,7 @@ static inline unsigned short ip_fast_csum(unsigned char * iph,
: "=r" (sum), "=r" (iph), "=r" (ihl)
: "1" (iph), "2" (ihl)
: "memory");
return(sum);
return sum;
}

/*
Expand Down
Loading

0 comments on commit 393e1d6

Please sign in to comment.