]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit12cb12661ac97ee8057712eedd6c73c8c64cd399
treee04b573c3f1471ff21c6b2499682a620f4db7eae
parentb5aad7fae27a066494f7550c68a8c97a9196bcea
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