From: Isaku Yamahata Date: Fri, 14 Jun 2013 08:58:33 +0000 (+0900) Subject: mv643xx_eth.c: convert skb->end into skb_end_poitner(skb) X-Git-Tag: v3.11-rc1~16^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f1d0541241855d928608ce6ce325e4cdad222d;p=pandora-kernel.git mv643xx_eth.c: convert skb->end into skb_end_poitner(skb) The change set of 4305b541 "[SK_BUFF]: Convert skb->end to sk_buff_data_t" converted skb->end from pointer to sk_buff_data_t. The pointed value should be accessed via skb_end_pointer(). Since arm or ppc 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 test only. Cc: Simon Horman Cc: Lennert Buytenhek Signed-off-by: Isaku Yamahata Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed