[NET]: Update comments for skb checksums
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Jul 2007 05:41:55 +0000 (22:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jul 2007 05:41:55 +0000 (22:41 -0700)
Rusty (whose comments we should all study and emulate :) pointed
out that our comments for skb checksums are no longer up-to-date.
So here is a patch to

1) add the case of partial checksums on input;
2) update partial checksum case to mention csum_start/csum_offset;
3) mention the new IPv6 feature bit.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found