diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-01-08 00:43:41 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-02-09 15:01:56 +0100 |
commit | 31321bc946527f2e4c50b6b08459d1c0d81fa978 (patch) | |
tree | ad55844941184f7c075b3456cef18661e3cc85bb /include/asm-avr32/checksum.h | |
parent | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... (diff) | |
download | linux-31321bc946527f2e4c50b6b08459d1c0d81fa978.tar.xz linux-31321bc946527f2e4c50b6b08459d1c0d81fa978.zip |
Remove a couple final references to obsolete verify_area().
Remove a couple final references to the obsolete verify_area() call,
which was long ago replaced by access_ok().
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Acked-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/checksum.h')
-rw-r--r-- | include/asm-avr32/checksum.h | 2 |
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, |