From: Duan Jiong Date: Wed, 10 Dec 2014 09:21:59 +0000 (+0800) Subject: netfilter: nfnetlink: remove redundant variable nskb X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~212^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8162326fafb266ad21ca33b2ee0e9703dd653b;p=pandora-kernel.git netfilter: nfnetlink: remove redundant variable nskb Actually after netlink_skb_clone() is called, the nskb and skb will point to the same thing, but they are used just like they are different, sometimes this is confusing, so i think there is no necessary to keep nskb anymore. Signed-off-by: Duan Jiong Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed