net: do not name the pointer to struct net_device net
authorWANG Cong <xiyou.wangcong@gmail.com>
Wed, 23 Jul 2014 23:09:10 +0000 (16:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jul 2014 06:33:55 +0000 (23:33 -0700)
"net" is normally for struct net*, pointer to struct net_device
should be named to either "dev" or "ndev" etc.

Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found