include/net net/ - csum_partial - remove unnecessary casts
authorJoe Perches <joe@perches.com>
Wed, 19 Nov 2008 23:44:53 +0000 (15:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Nov 2008 23:44:53 +0000 (15:44 -0800)
commit07f0757a6808f2f36a0e58c3a54867ccffdb8dc9
treee04b573c3f1471ff21c6b2499682a620f4db7eae
parenta7a0d6a87b70f7b2bab5281fc0fd443772bd0795
include/net net/ - csum_partial - remove unnecessary casts

The first argument to csum_partial is const void *
casts to char/u8 * are not necessary

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/checksum.h
include/net/ip_vs.h
net/core/netpoll.c
net/ipv4/inet_lro.c
net/ipv4/tcp_ipv4.c
net/ipv6/icmp.c
net/ipv6/mcast.c
net/ipv6/ndisc.c
net/ipv6/tcp_ipv6.c
net/unix/af_unix.c