From: Mark Einon Date: Wed, 17 Oct 2012 21:15:11 +0000 (+0100) Subject: staging: et131x: Use skb_headlen() where appropriate X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1067 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1b540b92c54531484d00bb790ad47f3f44b2798;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed