From: Ansis Atteka Date: Wed, 18 Sep 2013 22:29:52 +0000 (-0700) Subject: ip: use ip_hdr() in __ip_make_skb() to retrieve IP header X-Git-Tag: v3.12-rc2~14^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749154aa56b57652a282cbde57a57abc278d1205;p=pandora-kernel.git ip: use ip_hdr() in __ip_make_skb() to retrieve IP header skb->data already points to IP header, but for the sake of consistency we can also use ip_hdr() to retrieve it. Signed-off-by: Ansis Atteka Signed-off-by: David S. Miller --- Reading git-diff-tree failed