aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/checksum.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-09 08:09:05 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-09 08:09:05 -0800
commitd27146dd5b72ab7d7e641f56f4bee1484dabd0b7 (patch)
tree88b5833ec3d8f4ee19426ed2c23f95edcdf190fb /include/asm-avr32/checksum.h
parent[PATCH] mm: remove find_trylock_page (diff)
parent[AVR32] Add missing #include <linux/module.h> (diff)
downloadlinux-dev-d27146dd5b72ab7d7e641f56f4bee1484dabd0b7.tar.xz
linux-dev-d27146dd5b72ab7d7e641f56f4bee1484dabd0b7.zip
Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32
* 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32: [AVR32] Add missing #include <linux/module.h> [AVR32] ssize_t should be long, not int [AVR32] Remove last remains of libgcc [AVR32] SPI platform code update [AVR32] Add PIOE device and reserve SDRAM pins [AVR32] Introduce at32_reserve_pin() [AVR32] Don't reset PIO state at bootup [AVR32] GPIO API implementation [AVR32] Use ARRAY_SIZE macro when appropriate [AVR32] Implement dma_mapping_error() [AVR32] Fix incorrect invalidation of shared cachelines [AVR32] ext int fixes [AVR32] fix serial port setup on ATSTK1000 [AVR32] /proc/interrupts display Remove a couple final references to obsolete verify_area().
Diffstat (limited to 'include/asm-avr32/checksum.h')
-rw-r--r--include/asm-avr32/checksum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/checksum.h b/include/asm-avr32/checksum.h
index af9d53f0f5d2..4ddbfd2486af 100644
--- a/include/asm-avr32/checksum.h
+++ b/include/asm-avr32/checksum.h
@@ -38,7 +38,7 @@ __wsum csum_partial_copy_generic(const void *src, void *dst, int len,
* passed in an incorrect kernel address to one of these functions.
*
* If you use these functions directly please don't forget the
- * verify_area().
+ * access_ok().
*/
static inline
__wsum csum_partial_copy_nocheck(const void *src, void *dst,