From: Al Viro Date: Wed, 15 Nov 2006 05:14:53 +0000 (-0800) Subject: [NET]: Alpha checksum annotations and cleanups. X-Git-Tag: v2.6.20-rc1~34^2~40^2~346 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be259aae5264511fe0a8b5e3d6711e0fd1d55df;p=pandora-kernel.git [NET]: Alpha checksum annotations and cleanups. * sanitize prototypes and annotate * kill useless access_ok() in csum_partial_copy_from_user() (the only caller checks it already). * do_csum_partial_copy_from_user() is not needed now * replace htons(len) with len << 8 - they are the same wrt checksums on little-endian. Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed