parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Feb 2020 18:01:02 +0000 (13:01 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 29 May 2020 20:11:49 +0000 (16:11 -0400)
commit77a8710ba7ef7ffcb71f0618bddf78c1b04f01d3
treeda070d513882510df04191e3c3bda35473fcd328
parent808b49da54e640cba5c5c92dee658018a529226b
parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()

Already has the right semantics.  Incidentally. failing copy_from_user()
zeroes the tail of destination - no need to repeat that manually

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/parisc/include/asm/checksum.h
arch/parisc/lib/checksum.c