diff options
author | Isaku Yamahata <[email protected]> | 2013-06-14 17:58:35 +0900 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-06-17 17:12:21 -0700 |
commit | a267a6041fdb690de9570dab20a5f0fa417c8c9f (patch) | |
tree | a0e975eef6403168f32cfd67fe5fab19aa937687 /drivers/net/xen-netback/netback.c | |
parent | 511efbbbc8ff210dae7feaf263d7f855ea357cbe (diff) |
staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)
The change set of 7a884dc "[SK_BUFF]: Convert skb->tail to sk_buff_data_t"
converted skb->tail from pointer into sk_buff_data_t.
Thus skb->tail is not always pointer, the area pointed by skb->tail
should be accessed via skb_tail_pointer().
Found by inspection. Compile tested only.
Cc: Simon Horman <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
Signed-off-by: Isaku Yamahata <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Acked-by: Greg Kroah-Hartman <[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