l2tp: fix a typo in l2tp_eth_dev_recv()
authorEric Dumazet <edumazet@google.com>
Tue, 4 Sep 2012 19:54:55 +0000 (15:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:28:07 +0000 (05:28 +0900)
commit60e6a188d4cb2ef0fb9865cd7b3d4fca7cf7213e
treeb85b5bb7d36fab86519678ad0ebb4865337b2325
parent92da074473066d572bc39761a16e44299e104546
l2tp: fix a typo in l2tp_eth_dev_recv()

[ Upstream commit c0cc88a7627c333de50b07b7c60b1d49d9d2e6cc ]

While investigating l2tp bug, I hit a bug in eth_type_trans(),
because not enough bytes were pulled in skb head.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/l2tp/l2tp_eth.c