mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
The change set of 27a884dc, "[SK_BUFF]: Convert skb->tail to sk_buff_data_t"
converted skb->tail from pointer into sk_buff_data_t. It missed skb->tail
in drivers/atm/ambassador.c.
This patch converts skb->tail into skb_tail_pointer(skb).
Found by inspection. Compile tested only.
Cc: Simon Horman <[email protected]>
Cc: Chas Williams <[email protected]>
Signed-off-by: Isaku Yamahata <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>