From: Isaku Yamahata Date: Fri, 14 Jun 2013 08:58:34 +0000 (+0900) Subject: pxa168_eth: convert skb->end into skb_end_pointer(skb) X-Git-Tag: v3.11-rc1~16^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511efbbbc8ff210dae7feaf263d7f855ea357cbe;p=pandora-kernel.git pxa168_eth: convert skb->end into skb_end_pointer(skb) The change set of 4305b541, "[SK_BUFF]: Convert skb->end to sk_buff_data_t" converted skb->end from pointer type to sk_buff_data_t. The pointed value should be accessed via skb_end_pointer(). Since arm arch doesn't define NET_SKBUFF_DATA_USES_OFFSET, skb->end is effectively pointer. So it doesn't cause a real problem. But this patch is good for consistency. Found by inspection. Compile tested only. Cc: Simon Horman Signed-off-by: Isaku Yamahata Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed