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)
commit6b53dafe23fd1f1228c7dd9b8a1323e757966160
tree81c8a2bd2c85e5d6542bb34f038f510a21bf3396
parent7b18ef08ba58a91bef7149e64443397cfc2523f3
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" <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net-sysfs.c