aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/netback.c
diff options
context:
space:
mode:
authorIsaku Yamahata <[email protected]>2013-06-14 17:58:33 +0900
committerDavid S. Miller <[email protected]>2013-06-17 17:12:20 -0700
commit18f1d0541241855d928608ce6ce325e4cdad222d (patch)
tree42721d7aba27a8bd74ac80d08c0b30925379c1f5 /drivers/net/xen-netback/netback.c
parent499e2e6fcb9351844d721e4bd3f1184d879bd178 (diff)
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 <[email protected]> Cc: Lennert Buytenhek <[email protected]> Signed-off-by: Isaku Yamahata <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/netback.c')
0 files changed, 0 insertions, 0 deletions