All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 25/41] m68k: checksum __user annotations
@ 2006-01-03 23:28 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-01-03 23:28 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-m68k

From: Al Viro <viro@zeniv.linux.org.uk>
Date: 1135011600 -0500

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 arch/m68k/lib/checksum.c    |    2 +-
 include/asm-m68k/checksum.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

0a0fad177c47eb2423f74d9c01906be15d701624
diff --git a/arch/m68k/lib/checksum.c b/arch/m68k/lib/checksum.c
index 4a5c544..cb13c6e 100644
--- a/arch/m68k/lib/checksum.c
+++ b/arch/m68k/lib/checksum.c
@@ -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)
 {
 	/*
diff --git a/include/asm-m68k/checksum.h b/include/asm-m68k/checksum.h
index 78860c2..17280ef 100644
--- a/include/asm-m68k/checksum.h
+++ b/include/asm-m68k/checksum.h
@@ -25,7 +25,7 @@ unsigned int csum_partial(const unsigned
  * 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);
-- 
0.99.9.GIT


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-03 23:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-03 23:28 [PATCH 25/41] m68k: checksum __user annotations Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.