From: WANG Cong Date: Wed, 23 Jul 2014 23:09:10 +0000 (-0700) Subject: net: do not name the pointer to struct net_device net X-Git-Tag: cleanup-for-v3.18~108^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b53dafe23fd1f1228c7dd9b8a1323e757966160;p=pandora-kernel.git net: do not name the pointer to struct net_device net "net" is normally for struct net*, pointer to struct net_device should be named to either "dev" or "ndev" etc. Cc: "David S. Miller" Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed