commit | f1b540b92c54531484d00bb790ad47f3f44b2798 | [log] [tgz] |
---|---|---|
author | Mark Einon <mark.einon@gmail.com> | Wed Oct 17 22:15:11 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 22 16:01:32 2012 -0700 |
tree | 77bb58afdee123f3dd04360ef5ecdbd5aaacfbf3 | |
parent | 355d8ae57be9d3a2fe5764f75e394063022b7866 [diff] |
staging: et131x: Use skb_headlen() where appropriate (skb->len - skb->data_len) is used in several places in the et131x driver code. Converted all instances of this to use skb_headlen() which is more readable. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>