aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/netback.c
diff options
context:
space:
mode:
authorIsaku Yamahata <[email protected]>2013-06-14 17:58:34 +0900
committerDavid S. Miller <[email protected]>2013-06-17 17:12:21 -0700
commit511efbbbc8ff210dae7feaf263d7f855ea357cbe (patch)
treed8c9478e7018c87733633baf2aa25b353cf044ae /drivers/net/xen-netback/netback.c
parent18f1d0541241855d928608ce6ce325e4cdad222d (diff)
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 <[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