Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18124
b: refs/heads/master
c: 6225d85
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 0dd2cec commit cbd1953
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 350c20a6fd24b2a3265f7ca440aa17570e89e2cd
refs/heads/master: 6225d85f171f8b7a776850d30352bd196f9bd0d6
2 changes: 1 addition & 1 deletion trunk/arch/m68k/lib/checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ EXPORT_SYMBOL(csum_partial);
*/

unsigned int
csum_partial_copy_from_user(const unsigned char *src, unsigned char *dst,
csum_partial_copy_from_user(const unsigned char __user *src, unsigned char *dst,
int len, int sum, int *csum_err)
{
/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-m68k/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ unsigned int csum_partial(const unsigned char * buff, int len, unsigned int sum)
* better 64-bit) boundary
*/

extern unsigned int csum_partial_copy_from_user(const unsigned char *src,
extern unsigned int csum_partial_copy_from_user(const unsigned char __user *src,
unsigned char *dst,
int len, int sum,
int *csum_err);
Expand Down

0 comments on commit cbd1953

Please sign in to comment.