commit | 07f0757a6808f2f36a0e58c3a54867ccffdb8dc9 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Nov 19 15:44:53 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 19 15:44:53 2008 -0800 |
tree | e04b573c3f1471ff21c6b2499682a620f4db7eae | |
parent | a7a0d6a87b70f7b2bab5281fc0fd443772bd0795 [diff] |
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>