[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1226944512-13310-1-git-send-email-joe@perches.com>
Date: Mon, 17 Nov 2008 09:55:10 -0800
From: Joe Perches <joe@...ches.com>
To: netdev@...r.kernel.org
Cc: David Miller <davem@...emloft.net>,
Frank Blaschka <frank.blaschka@...ibm.com>,
Jeff Garzik <jeff@...zik.org>
Subject: [PATCH 0/2] csum_partial doesn't need cast
The first argument to csum_partial is const void *
casts to char/u8 * are not necessary
drivers/s390/net/qeth_core_offl.c | 8 ++++----
include/net/checksum.h | 2 +-
include/net/ip_vs.h | 6 +++---
net/core/netpoll.c | 2 +-
net/ipv4/inet_lro.c | 4 ++--
net/ipv4/tcp_ipv4.c | 4 ++--
net/ipv6/icmp.c | 4 ++--
net/ipv6/mcast.c | 2 +-
net/ipv6/ndisc.c | 4 ++--
net/ipv6/tcp_ipv6.c | 6 +++---
net/unix/af_unix.c | 4 ++--
11 files changed, 23 insertions(+), 23 deletions(-)
Signed-off-by: Joe Perches <joe@...ches.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists