commit | 78ea85f17b15390e30d8b47488ec7b6cf0790663 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Mon Dec 16 23:27:09 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 19 14:51:32 2013 -0500 |
tree | 45098c05d529632f8e3b22766449082b01e4947b | |
parent | 10239edf86f137ce4c39b62ea9575e8053c549a0 [diff] |
net: skbuff: improve comment on checksumming It can be a bit confusing when looking for checksumming flags that the actual comment for this resides elsewhere further below in the header file. Thus, bring the documentation where we define these flags, and slightly improve the doc text to make it a bit more clear/readable. Also, whitespace-align values of the define while at it. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>